public static interface AuthorizeIpRulesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<AuthorizeIpRulesRequest.Builder,AuthorizeIpRulesRequest>
| Modifier and Type | Method and Description |
|---|---|
AuthorizeIpRulesRequest.Builder |
groupId(String groupId)
The identifier of the group.
|
AuthorizeIpRulesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AuthorizeIpRulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AuthorizeIpRulesRequest.Builder |
userRules(Collection<IpRuleItem> userRules)
The rules to add to the group.
|
AuthorizeIpRulesRequest.Builder |
userRules(Consumer<IpRuleItem.Builder>... userRules)
The rules to add to the group.
|
AuthorizeIpRulesRequest.Builder |
userRules(IpRuleItem... userRules)
The rules to add to the group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthorizeIpRulesRequest.Builder groupId(String groupId)
The identifier of the group.
groupId - The identifier of the group.AuthorizeIpRulesRequest.Builder userRules(Collection<IpRuleItem> userRules)
The rules to add to the group.
userRules - The rules to add to the group.AuthorizeIpRulesRequest.Builder userRules(IpRuleItem... userRules)
The rules to add to the group.
userRules - The rules to add to the group.AuthorizeIpRulesRequest.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) AuthorizeIpRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAuthorizeIpRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.