Interface ListStagingAccountsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListStagingAccountsRequest.Builder,ListStagingAccountsRequest>,DrsRequest.Builder,SdkBuilder<ListStagingAccountsRequest.Builder,ListStagingAccountsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListStagingAccountsRequest
public static interface ListStagingAccountsRequest.Builder extends DrsRequest.Builder, SdkPojo, CopyableBuilder<ListStagingAccountsRequest.Builder,ListStagingAccountsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStagingAccountsRequest.BuildermaxResults(Integer maxResults)The maximum number of staging Accounts to retrieve.ListStagingAccountsRequest.BuildernextToken(String nextToken)The token of the next staging Account to retrieve.ListStagingAccountsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStagingAccountsRequest.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.drs.model.DrsRequest.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
-
maxResults
ListStagingAccountsRequest.Builder maxResults(Integer maxResults)
The maximum number of staging Accounts to retrieve.
- Parameters:
maxResults- The maximum number of staging Accounts to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListStagingAccountsRequest.Builder nextToken(String nextToken)
The token of the next staging Account to retrieve.
- Parameters:
nextToken- The token of the next staging Account to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListStagingAccountsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListStagingAccountsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-