Interface ListOrganizationAdminAccountsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListOrganizationAdminAccountsRequest.Builder,ListOrganizationAdminAccountsRequest>,DetectiveRequest.Builder,SdkBuilder<ListOrganizationAdminAccountsRequest.Builder,ListOrganizationAdminAccountsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListOrganizationAdminAccountsRequest
public static interface ListOrganizationAdminAccountsRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<ListOrganizationAdminAccountsRequest.Builder,ListOrganizationAdminAccountsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListOrganizationAdminAccountsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListOrganizationAdminAccountsRequest.BuildernextToken(String nextToken)For requests to get the next page of results, the pagination token that was returned with the previous set of results.ListOrganizationAdminAccountsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListOrganizationAdminAccountsRequest.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.detective.model.DetectiveRequest.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
-
nextToken
ListOrganizationAdminAccountsRequest.Builder nextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
- Parameters:
nextToken- For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListOrganizationAdminAccountsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListOrganizationAdminAccountsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListOrganizationAdminAccountsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-