public static interface ListMembersRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<ListMembersRequest.Builder,ListMembersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMembersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return in the response.
|
ListMembersRequest.Builder |
nextToken(String nextToken)
The token that is required for pagination.
|
ListMembersRequest.Builder |
onlyAssociated(Boolean onlyAssociated)
Specifies which member accounts to include in the response based on their relationship status with the
administrator account.
|
ListMembersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMembersRequest.Builder onlyAssociated(Boolean onlyAssociated)
Specifies which member accounts to include in the response based on their relationship status with the
administrator account. The default value is TRUE.
If OnlyAssociated is set to TRUE, the response includes member accounts whose
relationship status with the administrator account is set to ENABLED.
If OnlyAssociated is set to FALSE, the response includes all existing member
accounts.
onlyAssociated - Specifies which member accounts to include in the response based on their relationship status with the
administrator account. The default value is TRUE.
If OnlyAssociated is set to TRUE, the response includes member accounts
whose relationship status with the administrator account is set to ENABLED.
If OnlyAssociated is set to FALSE, the response includes all existing member
accounts.
ListMembersRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return in the response.
maxResults - The maximum number of items to return in the response.ListMembersRequest.Builder nextToken(String nextToken)
The token that is required for pagination. On your first call to the ListMembers operation, set
the value of this parameter to NULL.
For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
nextToken - The token that is required for pagination. On your first call to the ListMembers
operation, set the value of this parameter to NULL.
For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
ListMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.