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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #userRules(List) .userRules - a consumer that will call methods on List.Builder #userRules(List) 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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateIpGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateIpGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.