public static interface CreateIpGroupRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<CreateIpGroupRequest.Builder,CreateIpGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateIpGroupRequest.Builder |
groupDesc(String groupDesc)
The description of the group.
|
CreateIpGroupRequest.Builder |
groupName(String groupName)
The name of the group.
|
CreateIpGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateIpGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateIpGroupRequest.Builder |
tags(Collection<Tag> tags)
The tags.
|
CreateIpGroupRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags.
|
CreateIpGroupRequest.Builder |
tags(Tag... tags)
The tags.
|
CreateIpGroupRequest.Builder |
userRules(Collection<IpRuleItem> userRules)
The rules to add to the group.
|
CreateIpGroupRequest.Builder |
userRules(Consumer<IpRuleItem.Builder>... userRules)
The rules to add to the group.
|
CreateIpGroupRequest.Builder |
userRules(IpRuleItem... userRules)
The rules to add to the group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIpGroupRequest.Builder groupName(String groupName)
The name of the group.
groupName - The name of the group.CreateIpGroupRequest.Builder groupDesc(String groupDesc)
The description of the group.
groupDesc - The description of the group.CreateIpGroupRequest.Builder userRules(Collection<IpRuleItem> userRules)
The rules to add to the group.
userRules - The rules to add to the group.CreateIpGroupRequest.Builder userRules(IpRuleItem... userRules)
The rules to add to the group.
userRules - The rules to add to the group.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.Builder avoiding the need to create one
manually via IpRuleItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #userRules(List.
userRules - a consumer that will call methods on
IpRuleItem.Builder#userRules(java.util.Collection) CreateIpGroupRequest.Builder tags(Collection<Tag> tags)
The tags. Each WorkSpaces resource can have a maximum of 50 tags.
tags - The tags. Each WorkSpaces resource can have a maximum of 50 tags.CreateIpGroupRequest.Builder tags(Tag... tags)
The tags. Each WorkSpaces resource can have a maximum of 50 tags.
tags - The tags. Each WorkSpaces resource can have a maximum of 50 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.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateIpGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateIpGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.