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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #accountDetails(List) .accountDetails - a consumer that will call methods on List.Builder #accountDetails(List) CreateMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.