Class VpcConnection

    • Method Detail

      • vpcConnectionArn

        public final String vpcConnectionArn()

        The ARN that identifies the Vpc Connection.

        Returns:

        The ARN that identifies the Vpc Connection.

      • targetClusterArn

        public final String targetClusterArn()

        The ARN that identifies the Cluster which the Vpc Connection belongs to.

        Returns:

        The ARN that identifies the Cluster which the Vpc Connection belongs to.

      • creationTime

        public final Instant creationTime()

        Creation time of the Vpc Connection.

        Returns:

        Creation time of the Vpc Connection.

      • authentication

        public final String authentication()

        Information about the auth scheme of Vpc Connection.

        Returns:

        Information about the auth scheme of Vpc Connection.

      • vpcId

        public final String vpcId()

        The vpcId that belongs to the Vpc Connection.

        Returns:

        The vpcId that belongs to the Vpc Connection.

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)