public static interface ListAgreementsRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<ListAgreementsRequest.Builder,ListAgreementsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAgreementsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of agreements to return.
|
ListAgreementsRequest.Builder |
nextToken(String nextToken)
When you can get additional results from the
ListAgreements call, a NextToken
parameter is returned in the output. |
ListAgreementsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAgreementsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAgreementsRequest.Builder |
serverId(String serverId)
The identifier of the server for which you want a list of agreements.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAgreementsRequest.Builder maxResults(Integer maxResults)
The maximum number of agreements to return.
maxResults - The maximum number of agreements to return.ListAgreementsRequest.Builder nextToken(String nextToken)
When you can get additional results from the ListAgreements call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command to the NextToken
parameter to continue listing additional agreements.
nextToken - When you can get additional results from the ListAgreements call, a
NextToken parameter is returned in the output. You can then pass in a subsequent command
to the NextToken parameter to continue listing additional agreements.ListAgreementsRequest.Builder serverId(String serverId)
The identifier of the server for which you want a list of agreements.
serverId - The identifier of the server for which you want a list of agreements.ListAgreementsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAgreementsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.