Interface GetConnectorV2Response.Builder

  • Method Details

    • connectorArn

      GetConnectorV2Response.Builder connectorArn(String connectorArn)

      The Amazon Resource Name (ARN) of the connectorV2.

      Parameters:
      connectorArn - The Amazon Resource Name (ARN) of the connectorV2.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectorId

      GetConnectorV2Response.Builder connectorId(String connectorId)

      The UUID of the connectorV2 to identify connectorV2 resource.

      Parameters:
      connectorId - The UUID of the connectorV2 to identify connectorV2 resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the connectorV2.

      Parameters:
      name - The name of the connectorV2.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      GetConnectorV2Response.Builder description(String description)

      The description of the connectorV2.

      Parameters:
      description - The description of the connectorV2.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyArn

      GetConnectorV2Response.Builder kmsKeyArn(String kmsKeyArn)

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

      Parameters:
      kmsKeyArn - The Amazon Resource Name (ARN) of KMS key used for the connectorV2.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      ISO 8601 UTC timestamp for the time create the connectorV2.

      Parameters:
      createdAt - ISO 8601 UTC timestamp for the time create the connectorV2.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedAt

      GetConnectorV2Response.Builder lastUpdatedAt(Instant lastUpdatedAt)

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

      Parameters:
      lastUpdatedAt - ISO 8601 UTC timestamp for the time update the connectorV2 connectorStatus.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • health

      The current health status for connectorV2

      Parameters:
      health - The current health status for connectorV2
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • health

      The current health status for connectorV2

      This is a convenience method that creates an instance of the HealthCheck.Builder avoiding the need to create one manually via HealthCheck.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to health(HealthCheck).

      Parameters:
      health - a consumer that will call methods on HealthCheck.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • providerDetail

      GetConnectorV2Response.Builder providerDetail(ProviderDetail providerDetail)

      The third-party provider detail for a service configuration.

      Parameters:
      providerDetail - The third-party provider detail for a service configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • providerDetail

      default GetConnectorV2Response.Builder providerDetail(Consumer<ProviderDetail.Builder> providerDetail)

      The third-party provider detail for a service configuration.

      This is a convenience method that creates an instance of the ProviderDetail.Builder avoiding the need to create one manually via ProviderDetail.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to providerDetail(ProviderDetail).

      Parameters:
      providerDetail - a consumer that will call methods on ProviderDetail.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: