Interface GetConnectorDestinationResponse.Builder

  • Method Details

    • name

      The display name of the connector destination.

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

      A description of the connector destination.

      Parameters:
      description - A description of the connector destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloudConnectorId

      GetConnectorDestinationResponse.Builder cloudConnectorId(String cloudConnectorId)

      The identifier of the C2C connector.

      Parameters:
      cloudConnectorId - The identifier of the C2C connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The unique identifier of the connector destination.

      Parameters:
      id - The unique identifier of the connector destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authType

      The authentication type used for the connector destination, which determines how credentials and access are managed.

      Parameters:
      authType - The authentication type used for the connector destination, which determines how credentials and access are managed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • authType

      The authentication type used for the connector destination, which determines how credentials and access are managed.

      Parameters:
      authType - The authentication type used for the connector destination, which determines how credentials and access are managed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • authConfig

      The authentication configuration details for the connector destination, including OAuth settings and other authentication parameters.

      Parameters:
      authConfig - The authentication configuration details for the connector destination, including OAuth settings and other authentication parameters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authConfig

      The authentication configuration details for the connector destination, including OAuth settings and other authentication parameters.

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

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

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

      The AWS Secrets Manager configuration used to securely store and manage sensitive information for the connector destination.

      Parameters:
      secretsManager - The AWS Secrets Manager configuration used to securely store and manage sensitive information for the connector destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • secretsManager

      The AWS Secrets Manager configuration used to securely store and manage sensitive information for the connector destination.

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

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

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

      GetConnectorDestinationResponse.Builder oAuthCompleteRedirectUrl(String oAuthCompleteRedirectUrl)

      The URL where users are redirected after completing the OAuth authorization process for the connector destination.

      Parameters:
      oAuthCompleteRedirectUrl - The URL where users are redirected after completing the OAuth authorization process for the connector destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.