Interface ListOrganizationAdminAccountsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListOrganizationAdminAccountsRequest.Builder,
,ListOrganizationAdminAccountsRequest> SdkBuilder<ListOrganizationAdminAccountsRequest.Builder,
,ListOrganizationAdminAccountsRequest> SdkPojo
,SdkRequest.Builder
,SecurityHubRequest.Builder
- Enclosing class:
ListOrganizationAdminAccountsRequest
@Mutable
@NotThreadSafe
public static interface ListOrganizationAdminAccountsRequest.Builder
extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<ListOrganizationAdminAccountsRequest.Builder,ListOrganizationAdminAccountsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe feature where the delegated administrator account is listed.feature
(SecurityHubFeature feature) The feature where the delegated administrator account is listed.maxResults
(Integer maxResults) The maximum number of items to return in the response.The token that is required for pagination.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
The token that is required for pagination. On your first call to the
ListOrganizationAdminAccounts
operation, 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 theListOrganizationAdminAccounts
operation, 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.
-
feature
The feature where the delegated administrator account is listed. Defaults to Security Hub if not specified.
- Parameters:
feature
- The feature where the delegated administrator account is listed. Defaults to Security Hub if not specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
feature
The feature where the delegated administrator account is listed. Defaults to Security Hub if not specified.
- Parameters:
feature
- The feature where the delegated administrator account is listed. Defaults to Security Hub if not specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListOrganizationAdminAccountsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListOrganizationAdminAccountsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-