Interface ListCustomerAgreementsRequest.Builder
-
- All Superinterfaces:
ArtifactRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListCustomerAgreementsRequest.Builder,ListCustomerAgreementsRequest>,SdkBuilder<ListCustomerAgreementsRequest.Builder,ListCustomerAgreementsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCustomerAgreementsRequest
public static interface ListCustomerAgreementsRequest.Builder extends ArtifactRequest.Builder, SdkPojo, CopyableBuilder<ListCustomerAgreementsRequest.Builder,ListCustomerAgreementsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCustomerAgreementsRequest.BuildermaxResults(Integer maxResults)Maximum number of resources to return in the paginated response.ListCustomerAgreementsRequest.BuildernextToken(String nextToken)Pagination token to request the next page of resources.ListCustomerAgreementsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCustomerAgreementsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.artifact.model.ArtifactRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListCustomerAgreementsRequest.Builder maxResults(Integer maxResults)
Maximum number of resources to return in the paginated response.
- Parameters:
maxResults- Maximum number of resources to return in the paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListCustomerAgreementsRequest.Builder nextToken(String nextToken)
Pagination token to request the next page of resources.
- Parameters:
nextToken- Pagination token to request the next page of resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCustomerAgreementsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCustomerAgreementsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-