public static interface CreateMembersRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<CreateMembersRequest.Builder,CreateMembersRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateMembersRequest.Builder |
accountDetails(AccountDetails... accountDetails)
The list of accounts to associate with the Security Hub administrator account.
|
CreateMembersRequest.Builder |
accountDetails(Collection<AccountDetails> accountDetails)
The list of accounts to associate with the Security Hub administrator account.
|
CreateMembersRequest.Builder |
accountDetails(Consumer<AccountDetails.Builder>... accountDetails)
The list of accounts to associate with the Security Hub administrator account.
|
CreateMembersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMembersRequest.Builder accountDetails(Collection<AccountDetails> accountDetails)
The list of accounts to associate with the Security Hub administrator account. For each account, the list includes the account ID and optionally the email address.
accountDetails - The list of accounts to associate with the Security Hub administrator account. For each account, the
list includes the account ID and optionally the email address.CreateMembersRequest.Builder accountDetails(AccountDetails... accountDetails)
The list of accounts to associate with the Security Hub administrator account. For each account, the list includes the account ID and optionally the email address.
accountDetails - The list of accounts to associate with the Security Hub administrator account. For each account, the
list includes the account ID and optionally the email address.CreateMembersRequest.Builder accountDetails(Consumer<AccountDetails.Builder>... accountDetails)
The list of accounts to associate with the Security Hub administrator account. For each account, the list includes the account ID and optionally the email address.
This is a convenience method that creates an instance of theAccountDetails.Builder avoiding the need to create
one manually via AccountDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #accountDetails(List.
accountDetails - a consumer that will call methods on
AccountDetails.Builder#accountDetails(java.util.Collection) CreateMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.