Interface RevokeIpRulesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RevokeIpRulesRequest.Builder,RevokeIpRulesRequest>,SdkBuilder<RevokeIpRulesRequest.Builder,RevokeIpRulesRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
- RevokeIpRulesRequest
public static interface RevokeIpRulesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<RevokeIpRulesRequest.Builder,RevokeIpRulesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RevokeIpRulesRequest.BuildergroupId(String groupId)The identifier of the group.RevokeIpRulesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RevokeIpRulesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RevokeIpRulesRequest.BuilderuserRules(String... userRules)The rules to remove from the group.RevokeIpRulesRequest.BuilderuserRules(Collection<String> userRules)The rules to remove from the group.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build
-
-
-
-
Method Detail
-
groupId
RevokeIpRulesRequest.Builder groupId(String groupId)
The identifier of the group.
- Parameters:
groupId- The identifier of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userRules
RevokeIpRulesRequest.Builder userRules(Collection<String> userRules)
The rules to remove from the group.
- Parameters:
userRules- The rules to remove from the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userRules
RevokeIpRulesRequest.Builder userRules(String... userRules)
The rules to remove from the group.
- Parameters:
userRules- The rules to remove from the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RevokeIpRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RevokeIpRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-