Interface ListMembersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMembersRequest.Builder,ListMembersRequest>,Macie2Request.Builder,SdkBuilder<ListMembersRequest.Builder,ListMembersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMembersRequest
public static interface ListMembersRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<ListMembersRequest.Builder,ListMembersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMembersRequest.BuildermaxResults(Integer maxResults)The maximum number of items to include in each page of a paginated response.ListMembersRequest.BuildernextToken(String nextToken)The nextToken string that specifies which page of results to return in a paginated response.ListMembersRequest.BuilderonlyAssociated(String onlyAssociated)Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account.ListMembersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMembersRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListMembersRequest.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
ListMembersRequest.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.
-
onlyAssociated
ListMembersRequest.Builder onlyAssociated(String onlyAssociated)
Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.
- Parameters:
onlyAssociated- Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-