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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
RevokeIpRulesRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.RevokeIpRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.