Interface ListOrganizationAdminAccountsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListOrganizationAdminAccountsRequest.Builder,ListOrganizationAdminAccountsRequest>,Macie2Request.Builder,SdkBuilder<ListOrganizationAdminAccountsRequest.Builder,ListOrganizationAdminAccountsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListOrganizationAdminAccountsRequest
public static interface ListOrganizationAdminAccountsRequest.Builder extends Macie2Request.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 items to include in each page of a paginated response.ListOrganizationAdminAccountsRequest.BuildernextToken(String nextToken)The nextToken string that specifies which page of results to return in a paginated response.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.macie2.model.Macie2Request.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
ListOrganizationAdminAccountsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to include in each page of a paginated response.
- Parameters:
maxResults- The maximum number of items to include in each page of a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListOrganizationAdminAccountsRequest.Builder nextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
- Parameters:
nextToken- The nextToken string that specifies which page of results to return in a paginated response.- 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
-
-