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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateIpGroupRequest.BuildergroupDesc(String groupDesc)The description of the group.CreateIpGroupRequest.BuildergroupName(String groupName)The name of the group.CreateIpGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateIpGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateIpGroupRequest.Buildertags(Collection<Tag> tags)The tags.CreateIpGroupRequest.Buildertags(Consumer<Tag.Builder>... tags)The tags.CreateIpGroupRequest.Buildertags(Tag... tags)The tags.CreateIpGroupRequest.BuilderuserRules(Collection<IpRuleItem> userRules)The rules to add to the group.CreateIpGroupRequest.BuilderuserRules(Consumer<IpRuleItem.Builder>... userRules)The rules to add to the group.CreateIpGroupRequest.BuilderuserRules(IpRuleItem... userRules)The rules to add to the group.-
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.workspaces.model.WorkSpacesRequest.Builder
build
-
-
-
-
Method Detail
-
groupName
CreateIpGroupRequest.Builder groupName(String 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
CreateIpGroupRequest.Builder groupDesc(String 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
CreateIpGroupRequest.Builder userRules(Collection<IpRuleItem> 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
CreateIpGroupRequest.Builder userRules(IpRuleItem... 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
CreateIpGroupRequest.Builder userRules(Consumer<IpRuleItem.Builder>... 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 to#userRules(List.) - 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:
#userRules(java.util.Collection)
-
tags
CreateIpGroupRequest.Builder tags(Collection<Tag> 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
CreateIpGroupRequest.Builder tags(Tag... 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
CreateIpGroupRequest.Builder tags(Consumer<Tag.Builder>... 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 to#tags(List.) - 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:
#tags(java.util.Collection)
-
overrideConfiguration
CreateIpGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateIpGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-