public static interface CreateMembersRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<CreateMembersRequest.Builder,CreateMembersRequest>
Modifier and Type | Method and Description |
---|---|
CreateMembersRequest.Builder |
accountDetails(AccountDetails... accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the master
Security Hub account.
|
CreateMembersRequest.Builder |
accountDetails(Collection<AccountDetails> accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the master
Security Hub account.
|
CreateMembersRequest.Builder |
accountDetails(Consumer<AccountDetails.Builder>... accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the master
Security Hub account.
|
CreateMembersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
CreateMembersRequest.Builder accountDetails(Collection<AccountDetails> accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the master Security Hub account.
accountDetails
- A list of account ID and email address pairs of the accounts that you want to associate with the
master Security Hub account.CreateMembersRequest.Builder accountDetails(AccountDetails... accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the master Security Hub account.
accountDetails
- A list of account ID and email address pairs of the accounts that you want to associate with the
master Security Hub account.CreateMembersRequest.Builder accountDetails(Consumer<AccountDetails.Builder>... accountDetails)
A list of account ID and email address pairs of the accounts that you want to associate with the master Security Hub account.
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.