Interface AuthorizeIpRulesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AuthorizeIpRulesRequest.Builder,AuthorizeIpRulesRequest>,SdkBuilder<AuthorizeIpRulesRequest.Builder,AuthorizeIpRulesRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
- AuthorizeIpRulesRequest
public static interface AuthorizeIpRulesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<AuthorizeIpRulesRequest.Builder,AuthorizeIpRulesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthorizeIpRulesRequest.BuildergroupId(String groupId)The identifier of the group.AuthorizeIpRulesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AuthorizeIpRulesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AuthorizeIpRulesRequest.BuilderuserRules(Collection<IpRuleItem> userRules)The rules to add to the group.AuthorizeIpRulesRequest.BuilderuserRules(Consumer<IpRuleItem.Builder>... userRules)The rules to add to the group.AuthorizeIpRulesRequest.BuilderuserRules(IpRuleItem... userRules)The rules to add to 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
AuthorizeIpRulesRequest.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
AuthorizeIpRulesRequest.Builder userRules(Collection<IpRuleItem> userRules)
The rules to add to the group.
- Parameters:
userRules- The rules to add to the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userRules
AuthorizeIpRulesRequest.Builder userRules(IpRuleItem... userRules)
The rules to add to the group.
- Parameters:
userRules- The rules to add to the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userRules
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.Builderavoiding the need to create one manually viaIpRuleItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#userRules(List.) - Parameters:
userRules- a consumer that will call methods onIpRuleItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#userRules(java.util.Collection)
-
overrideConfiguration
AuthorizeIpRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AuthorizeIpRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-