public static interface RevokeIpRulesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<RevokeIpRulesRequest.Builder,RevokeIpRulesRequest>
| Modifier and Type | Method and Description |
|---|---|
RevokeIpRulesRequest.Builder |
groupId(String groupId)
The identifier of the group.
|
RevokeIpRulesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
RevokeIpRulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
RevokeIpRulesRequest.Builder |
userRules(Collection<String> userRules)
The rules to remove from the group.
|
RevokeIpRulesRequest.Builder |
userRules(String... userRules)
The rules to remove from the group.
|
buildoverrideConfigurationcopyapplyMutation, buildRevokeIpRulesRequest.Builder groupId(String groupId)
The identifier of the group.
groupId - The identifier of the group.RevokeIpRulesRequest.Builder userRules(Collection<String> userRules)
The rules to remove from the group.
userRules - The rules to remove from the group.RevokeIpRulesRequest.Builder userRules(String... userRules)
The rules to remove from the group.
userRules - The rules to remove from the group.RevokeIpRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RevokeIpRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.