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