Interface InviteMembersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<InviteMembersRequest.Builder,InviteMembersRequest>,SdkBuilder<InviteMembersRequest.Builder,InviteMembersRequest>,SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
- InviteMembersRequest
public static interface InviteMembersRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<InviteMembersRequest.Builder,InviteMembersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InviteMembersRequest.BuilderaccountIds(String... accountIds)The list of account IDs of the Amazon Web Services accounts to invite to Security Hub as members.InviteMembersRequest.BuilderaccountIds(Collection<String> accountIds)The list of account IDs of the Amazon Web Services accounts to invite to Security Hub as members.InviteMembersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)InviteMembersRequest.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
-
accountIds
InviteMembersRequest.Builder accountIds(Collection<String> accountIds)
The list of account IDs of the Amazon Web Services accounts to invite to Security Hub as members.
- Parameters:
accountIds- The list of account IDs of the Amazon Web Services accounts to invite to Security Hub as members.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
InviteMembersRequest.Builder accountIds(String... accountIds)
The list of account IDs of the Amazon Web Services accounts to invite to Security Hub as members.
- Parameters:
accountIds- The list of account IDs of the Amazon Web Services accounts to invite to Security Hub as members.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
InviteMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
InviteMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-