Interface ListMembersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMembersRequest.Builder,ListMembersRequest>,SdkBuilder<ListMembersRequest.Builder,ListMembersRequest>,SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
- ListMembersRequest
public static interface ListMembersRequest.Builder extends SecurityHubRequest.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 return in the response.ListMembersRequest.BuildernextToken(String nextToken)The token that is required for pagination.ListMembersRequest.BuilderonlyAssociated(Boolean onlyAssociated)Specifies which member accounts to include in the response based on their relationship status 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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
-
-
-
Method Detail
-
onlyAssociated
ListMembersRequest.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
OnlyAssociatedis set toTRUE, the response includes member accounts whose relationship status with the administrator account is set toENABLED.If
OnlyAssociatedis set toFALSE, the response includes all existing member accounts.- Parameters:
onlyAssociated- Specifies which member accounts to include in the response based on their relationship status with the administrator account. The default value isTRUE.If
OnlyAssociatedis set toTRUE, the response includes member accounts whose relationship status with the administrator account is set toENABLED.If
OnlyAssociatedis set toFALSE, the response includes all existing member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListMembersRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return in the response.
- Parameters:
maxResults- The maximum number of items to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListMembersRequest.Builder nextToken(String nextToken)
The token that is required for pagination. On your first call to the
ListMembersoperation, set the value of this parameter toNULL.For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
- Parameters:
nextToken- The token that is required for pagination. On your first call to theListMembersoperation, set the value of this parameter toNULL.For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
- 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
-
-