Interface CreateGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateGroupRequest.Builder,CreateGroupRequest>,SdkBuilder<CreateGroupRequest.Builder,CreateGroupRequest>,SdkPojo,SdkRequest.Builder,WorkMailRequest.Builder
- Enclosing class:
- CreateGroupRequest
public static interface CreateGroupRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<CreateGroupRequest.Builder,CreateGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateGroupRequest.BuilderhiddenFromGlobalAddressList(Boolean hiddenFromGlobalAddressList)If this parameter is enabled, the group will be hidden from the address book.CreateGroupRequest.Buildername(String name)The name of the group.CreateGroupRequest.BuilderorganizationId(String organizationId)The organization under which the group is to be created.CreateGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateGroupRequest.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workmail.model.WorkMailRequest.Builder
build
-
-
-
-
Method Detail
-
organizationId
CreateGroupRequest.Builder organizationId(String organizationId)
The 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.
-
name
CreateGroupRequest.Builder name(String name)
The 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.
-
hiddenFromGlobalAddressList
CreateGroupRequest.Builder hiddenFromGlobalAddressList(Boolean hiddenFromGlobalAddressList)
If this parameter is enabled, the group will be hidden from the address book.
- Parameters:
hiddenFromGlobalAddressList- If this parameter is enabled, the group will be hidden from the address book.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-