Interface UpdatePaymentConnectorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<UpdatePaymentConnectorResponse.Builder,,UpdatePaymentConnectorResponse> SdkBuilder<UpdatePaymentConnectorResponse.Builder,,UpdatePaymentConnectorResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdatePaymentConnectorResponse
-
Method Summary
Modifier and TypeMethodDescriptioncredentialProviderConfigurations(Collection<CredentialsProviderConfiguration> credentialProviderConfigurations) The credential provider configurations for the updated payment connector.credentialProviderConfigurations(Consumer<CredentialsProviderConfiguration.Builder>... credentialProviderConfigurations) The credential provider configurations for the updated payment connector.credentialProviderConfigurations(CredentialsProviderConfiguration... credentialProviderConfigurations) The credential provider configurations for the updated payment connector.lastUpdatedAt(Instant lastUpdatedAt) The timestamp when the payment connector was last updated.The name of the updated payment connector.paymentConnectorId(String paymentConnectorId) The unique identifier of the updated payment connector.paymentManagerId(String paymentManagerId) The unique identifier of the parent payment manager.The current status of the updated payment connector.status(PaymentConnectorStatus status) The current status of the updated payment connector.The type of the updated payment connector.type(PaymentConnectorType type) The type of the updated payment connector.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 updated payment connector.
- Parameters:
paymentConnectorId- The unique identifier of the updated payment connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paymentManagerId
The unique identifier of the parent payment manager.
- Parameters:
paymentManagerId- The unique identifier of the parent payment manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the updated payment connector.
- Parameters:
name- The name of the updated payment connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the updated payment connector.
- Parameters:
type- The type of the updated payment connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the updated payment connector.
- Parameters:
type- The type of the updated payment connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
credentialProviderConfigurations
UpdatePaymentConnectorResponse.Builder credentialProviderConfigurations(Collection<CredentialsProviderConfiguration> credentialProviderConfigurations) The credential provider configurations for the updated payment connector.
- Parameters:
credentialProviderConfigurations- The credential provider configurations for the updated payment connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentialProviderConfigurations
UpdatePaymentConnectorResponse.Builder credentialProviderConfigurations(CredentialsProviderConfiguration... credentialProviderConfigurations) The credential provider configurations for the updated payment connector.
- Parameters:
credentialProviderConfigurations- The credential provider configurations for the updated payment connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentialProviderConfigurations
UpdatePaymentConnectorResponse.Builder credentialProviderConfigurations(Consumer<CredentialsProviderConfiguration.Builder>... credentialProviderConfigurations) The credential provider configurations for the updated 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:
-
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 updated payment connector. Possible values include
CREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED.- Parameters:
status- The current status of the updated 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 updated payment connector. Possible values include
CREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED.- Parameters:
status- The current status of the updated 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:
-