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