Interface GetPaymentInstrumentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentCoreRequest.Builder,Buildable,CopyableBuilder<GetPaymentInstrumentRequest.Builder,,GetPaymentInstrumentRequest> SdkBuilder<GetPaymentInstrumentRequest.Builder,,GetPaymentInstrumentRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetPaymentInstrumentRequest
@Mutable
@NotThreadSafe
public static interface GetPaymentInstrumentRequest.Builder
extends BedrockAgentCoreRequest.Builder, SdkPojo, CopyableBuilder<GetPaymentInstrumentRequest.Builder,GetPaymentInstrumentRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe agent name associated with this request, used for observability.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) paymentConnectorId(String paymentConnectorId) The ID of the payment connector.paymentInstrumentId(String paymentInstrumentId) The ID of the payment instrument to retrieve.paymentManagerArn(String paymentManagerArn) The ARN of the payment manager that owns this payment instrument.The user ID associated with this payment instrument.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 associated with this payment instrument.
- Parameters:
userId- The user ID associated with this payment instrument.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentName
The agent name associated with this request, used for observability.
- Parameters:
agentName- The agent name associated with this request, used for observability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paymentManagerArn
The ARN of the payment manager that owns this payment instrument.
- Parameters:
paymentManagerArn- The ARN of the payment manager that owns this payment instrument.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paymentConnectorId
The ID of the payment connector.
- Parameters:
paymentConnectorId- The ID of the payment connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paymentInstrumentId
The ID of the payment instrument to retrieve.
- Parameters:
paymentInstrumentId- The ID of the payment instrument to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetPaymentInstrumentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetPaymentInstrumentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-