public static interface ListMembersRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<ListMembersRequest.Builder,ListMembersRequest>
Modifier and Type | Method and Description |
---|---|
ListMembersRequest.Builder |
maxResults(Integer maxResults)
Indicates the maximum number of items that you want in the response.
|
ListMembersRequest.Builder |
nextToken(String nextToken)
Paginates results.
|
ListMembersRequest.Builder |
onlyAssociated(Boolean onlyAssociated)
Specifies what member accounts the response includes based on their relationship status with the master
account.
|
ListMembersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListMembersRequest.Builder onlyAssociated(Boolean onlyAssociated)
Specifies what member accounts the response includes based on their relationship status with the master account. The default value is TRUE. If onlyAssociated is set to TRUE, the response includes member accounts whose relationship status with the master is set to ENABLED or DISABLED. If onlyAssociated is set to FALSE, the response includes all existing member accounts.
onlyAssociated
- Specifies what member accounts the response includes based on their relationship status with the
master account. The default value is TRUE. If onlyAssociated is set to TRUE, the response includes
member accounts whose relationship status with the master is set to ENABLED or DISABLED. If
onlyAssociated is set to FALSE, the response includes all existing member accounts.ListMembersRequest.Builder maxResults(Integer maxResults)
Indicates the maximum number of items that you want in the response.
maxResults
- Indicates the maximum number of items that you want in the response.ListMembersRequest.Builder nextToken(String nextToken)
Paginates results. Set the value of this parameter to NULL on your first call to the ListMembers operation. For subsequent calls to the operation, fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
nextToken
- Paginates results. Set the value of this parameter to NULL on your first call to the ListMembers
operation. For subsequent calls to the operation, fill nextToken in the request with the value of
NextToken from the previous response to continue listing data.ListMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.