Interface ListAgreementsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAgreementsRequest.Builder,ListAgreementsRequest>,SdkBuilder<ListAgreementsRequest.Builder,ListAgreementsRequest>,SdkPojo,SdkRequest.Builder,TransferRequest.Builder
- Enclosing class:
- ListAgreementsRequest
public static interface ListAgreementsRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<ListAgreementsRequest.Builder,ListAgreementsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAgreementsRequest.BuildermaxResults(Integer maxResults)The maximum number of items to return.ListAgreementsRequest.BuildernextToken(String nextToken)When you can get additional results from theListAgreementscall, aNextTokenparameter is returned in the output.ListAgreementsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAgreementsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAgreementsRequest.BuilderserverId(String serverId)The identifier of the server for which you want a list of agreements.-
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
-
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferRequest.Builder
build
-
-
-
-
Method Detail
-
maxResults
ListAgreementsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return.
- Parameters:
maxResults- The maximum number of items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAgreementsRequest.Builder nextToken(String nextToken)
When you can get additional results from the
ListAgreementscall, aNextTokenparameter is returned in the output. You can then pass in a subsequent command to theNextTokenparameter to continue listing additional agreements.- Parameters:
nextToken- When you can get additional results from theListAgreementscall, aNextTokenparameter is returned in the output. You can then pass in a subsequent command to theNextTokenparameter to continue listing additional agreements.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverId
ListAgreementsRequest.Builder serverId(String serverId)
The identifier of the server for which you want a list of agreements.
- Parameters:
serverId- The identifier of the server for which you want a list of agreements.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAgreementsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAgreementsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-