Class GetConnectorV2Response

    • Method Detail

      • connectorArn

        public final String connectorArn()

        The Amazon Resource Name (ARN) of the connectorV2.

        Returns:
        The Amazon Resource Name (ARN) of the connectorV2.
      • connectorId

        public final String connectorId()

        The UUID of the connectorV2 to identify connectorV2 resource.

        Returns:
        The UUID of the connectorV2 to identify connectorV2 resource.
      • name

        public final String name()

        The name of the connectorV2.

        Returns:
        The name of the connectorV2.
      • description

        public final String description()

        The description of the connectorV2.

        Returns:
        The description of the connectorV2.
      • kmsKeyArn

        public final String kmsKeyArn()

        The Amazon Resource Name (ARN) of KMS key used for the connectorV2.

        Returns:
        The Amazon Resource Name (ARN) of KMS key used for the connectorV2.
      • createdAt

        public final Instant createdAt()

        ISO 8601 UTC timestamp for the time create the connectorV2.

        Returns:
        ISO 8601 UTC timestamp for the time create the connectorV2.
      • lastUpdatedAt

        public final Instant lastUpdatedAt()

        ISO 8601 UTC timestamp for the time update the connectorV2 connectorStatus.

        Returns:
        ISO 8601 UTC timestamp for the time update the connectorV2 connectorStatus.
      • health

        public final HealthCheck health()

        The current health status for connectorV2

        Returns:
        The current health status for connectorV2
      • providerDetail

        public final ProviderDetail providerDetail()

        The third-party provider detail for a service configuration.

        Returns:
        The third-party provider detail for a service configuration.
      • 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