Interface CreateGroupRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateGroupRequest.Builder,,- CreateGroupRequest> - SdkBuilder<CreateGroupRequest.Builder,,- CreateGroupRequest> - SdkPojo,- SdkRequest.Builder,- WorkMailRequest.Builder
- Enclosing class:
- CreateGroupRequest
@Mutable
@NotThreadSafe
public static interface CreateGroupRequest.Builder
extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<CreateGroupRequest.Builder,CreateGroupRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionhiddenFromGlobalAddressList(Boolean hiddenFromGlobalAddressList) If this parameter is enabled, the group will be hidden from the address book.The name of the group.organizationId(String organizationId) The organization under which the group is to be created.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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.workmail.model.WorkMailRequest.Builderbuild
- 
Method Details- 
organizationIdThe organization under which the group is to be created. - Parameters:
- organizationId- The organization under which the group is to be created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the group. - Parameters:
- name- The name of the group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCreateGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-