Interface GetPaymentConnectorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<GetPaymentConnectorResponse.Builder,,GetPaymentConnectorResponse> SdkBuilder<GetPaymentConnectorResponse.Builder,,GetPaymentConnectorResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetPaymentConnectorResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the payment connector was created.credentialProviderConfigurations(Collection<CredentialsProviderConfiguration> credentialProviderConfigurations) The credential provider configurations for the payment connector.credentialProviderConfigurations(Consumer<CredentialsProviderConfiguration.Builder>... credentialProviderConfigurations) The credential provider configurations for the payment connector.credentialProviderConfigurations(CredentialsProviderConfiguration... credentialProviderConfigurations) The credential provider configurations for the payment connector.description(String description) The description of the payment connector.lastUpdatedAt(Instant lastUpdatedAt) The timestamp when the payment connector was last updated.The name of the payment connector.paymentConnectorId(String paymentConnectorId) The unique identifier of the payment connector.The current status of the payment connector.status(PaymentConnectorStatus status) The current status of the payment connector.The type of the payment connector, which determines the payment provider integration.type(PaymentConnectorType type) The type of the payment connector, which determines the payment provider integration.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcorecontrol.model.BedrockAgentCoreControlResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
paymentConnectorId
The unique identifier of the payment connector.
- Parameters:
paymentConnectorId- The unique identifier of the payment connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the payment connector.
- Parameters:
name- The name of the payment connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the payment connector.
- Parameters:
description- The description of the payment connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the payment connector, which determines the payment provider integration.
- Parameters:
type- The type of the payment connector, which determines the payment provider integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the payment connector, which determines the payment provider integration.
- Parameters:
type- The type of the payment connector, which determines the payment provider integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
credentialProviderConfigurations
GetPaymentConnectorResponse.Builder credentialProviderConfigurations(Collection<CredentialsProviderConfiguration> credentialProviderConfigurations) The credential provider configurations for the payment connector.
- Parameters:
credentialProviderConfigurations- The credential provider configurations for the payment connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentialProviderConfigurations
GetPaymentConnectorResponse.Builder credentialProviderConfigurations(CredentialsProviderConfiguration... credentialProviderConfigurations) The credential provider configurations for the payment connector.
- Parameters:
credentialProviderConfigurations- The credential provider configurations for the payment connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentialProviderConfigurations
GetPaymentConnectorResponse.Builder credentialProviderConfigurations(Consumer<CredentialsProviderConfiguration.Builder>... credentialProviderConfigurations) The credential provider configurations for the payment connector.
This is a convenience method that creates an instance of theCredentialsProviderConfiguration.Builderavoiding the need to create one manually viaCredentialsProviderConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocredentialProviderConfigurations(List<CredentialsProviderConfiguration>).- Parameters:
credentialProviderConfigurations- a consumer that will call methods onCredentialsProviderConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the payment connector was created.
- Parameters:
createdAt- The timestamp when the payment connector was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp when the payment connector was last updated.
- Parameters:
lastUpdatedAt- The timestamp when the payment connector was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the payment connector. Possible values include
CREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED.- Parameters:
status- The current status of the payment connector. Possible values includeCREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the payment connector. Possible values include
CREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED.- Parameters:
status- The current status of the payment connector. Possible values includeCREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-