Interface CreateIpGroupRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateIpGroupRequest.Builder,,CreateIpGroupRequest> SdkBuilder<CreateIpGroupRequest.Builder,,CreateIpGroupRequest> SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
 CreateIpGroupRequest
public static interface CreateIpGroupRequest.Builder
extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<CreateIpGroupRequest.Builder,CreateIpGroupRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe description of the group.The name of the group.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) The tags.tags(Consumer<Tag.Builder>... tags) The tags.The tags.userRules(Collection<IpRuleItem> userRules) The rules to add to the group.userRules(Consumer<IpRuleItem.Builder>... userRules) The rules to add to the group.userRules(IpRuleItem... userRules) The rules to add to the group.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build 
- 
Method Details
- 
groupName
The name of the group.
- Parameters:
 groupName- The name of the group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
groupDesc
The description of the group.
- Parameters:
 groupDesc- The description of the group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
userRules
The rules to add to the group.
- Parameters:
 userRules- The rules to add to the group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
userRules
The rules to add to the group.
- Parameters:
 userRules- The rules to add to the group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
userRules
The rules to add to the group.
This is a convenience method that creates an instance of theIpRuleItem.Builderavoiding the need to create one manually viaIpRuleItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed touserRules(List<IpRuleItem>).- Parameters:
 userRules- a consumer that will call methods onIpRuleItem.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
tags
The tags. Each WorkSpaces resource can have a maximum of 50 tags.
- Parameters:
 tags- The tags. Each WorkSpaces resource can have a maximum of 50 tags.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags. Each WorkSpaces resource can have a maximum of 50 tags.
- Parameters:
 tags- The tags. Each WorkSpaces resource can have a maximum of 50 tags.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags. Each WorkSpaces resource can have a maximum of 50 tags.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
 tags- a consumer that will call methods onTag.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateIpGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateIpGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -