Interface ListPaymentSessionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentCoreRequest.Builder,Buildable,CopyableBuilder<ListPaymentSessionsRequest.Builder,,ListPaymentSessionsRequest> SdkBuilder<ListPaymentSessionsRequest.Builder,,ListPaymentSessionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListPaymentSessionsRequest
@Mutable
@NotThreadSafe
public static interface ListPaymentSessionsRequest.Builder
extends BedrockAgentCoreRequest.Builder, SdkPojo, CopyableBuilder<ListPaymentSessionsRequest.Builder,ListPaymentSessionsRequest>
-
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) paymentManagerArn(String paymentManagerArn) The ARN of the payment manager that owns the sessions.The user ID associated with the payment sessions.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 sessions.
- Parameters:
userId- The user ID associated with the payment sessions.- 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 sessions.
- Parameters:
paymentManagerArn- The ARN of the payment manager that owns the sessions.- 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
ListPaymentSessionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListPaymentSessionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-