Interface GetAgreementTermsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetAgreementTermsRequest.Builder,GetAgreementTermsRequest>,MarketplaceAgreementRequest.Builder,SdkBuilder<GetAgreementTermsRequest.Builder,GetAgreementTermsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAgreementTermsRequest
public static interface GetAgreementTermsRequest.Builder extends MarketplaceAgreementRequest.Builder, SdkPojo, CopyableBuilder<GetAgreementTermsRequest.Builder,GetAgreementTermsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAgreementTermsRequest.BuilderagreementId(String agreementId)The unique identifier of the agreement.GetAgreementTermsRequest.BuildermaxResults(Integer maxResults)The maximum number of agreements to return in the response.GetAgreementTermsRequest.BuildernextToken(String nextToken)A token to specify where to start paginationGetAgreementTermsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAgreementTermsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.services.marketplaceagreement.model.MarketplaceAgreementRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
agreementId
GetAgreementTermsRequest.Builder agreementId(String agreementId)
The unique identifier of the agreement.
- Parameters:
agreementId- The unique identifier of the agreement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetAgreementTermsRequest.Builder maxResults(Integer maxResults)
The maximum number of agreements to return in the response.
- Parameters:
maxResults- The maximum number of agreements to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetAgreementTermsRequest.Builder nextToken(String nextToken)
A token to specify where to start pagination
- Parameters:
nextToken- A token to specify where to start pagination- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetAgreementTermsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAgreementTermsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-