Interface DeletePaymentInstrumentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentCoreRequest.Builder,Buildable,CopyableBuilder<DeletePaymentInstrumentRequest.Builder,,DeletePaymentInstrumentRequest> SdkBuilder<DeletePaymentInstrumentRequest.Builder,,DeletePaymentInstrumentRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DeletePaymentInstrumentRequest
@Mutable
@NotThreadSafe
public static interface DeletePaymentInstrumentRequest.Builder
extends BedrockAgentCoreRequest.Builder, SdkPojo, CopyableBuilder<DeletePaymentInstrumentRequest.Builder,DeletePaymentInstrumentRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.paymentConnectorId(String paymentConnectorId) The payment connector ID.paymentInstrumentId(String paymentInstrumentId) The payment instrument ID to delete.paymentManagerArn(String paymentManagerArn) The payment manager ARN.The user ID making the delete request.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockagentcore.model.BedrockAgentCoreRequest.Builder
buildMethods 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, sdkFields
-
Method Details
-
userId
The user ID making the delete request. Must match the instrument's userId.
- Parameters:
userId- The user ID making the delete request. Must match the instrument's userId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paymentManagerArn
The payment manager ARN. Must match the instrument's paymentManagerArn.
- Parameters:
paymentManagerArn- The payment manager ARN. Must match the instrument's paymentManagerArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paymentConnectorId
The payment connector ID. Must match the instrument's paymentConnectorId.
- Parameters:
paymentConnectorId- The payment connector ID. Must match the instrument's paymentConnectorId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paymentInstrumentId
The payment instrument ID to delete.
- Parameters:
paymentInstrumentId- The payment instrument ID to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeletePaymentInstrumentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeletePaymentInstrumentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-