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
Modifier and TypeMethodDescriptionThe identifier of the group.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.userRules
(Collection<IpRuleItem> userRules) The rules to add to the group.userRules
(Consumer<IpRuleItem.Builder>... userRules) The rules to add to the group.userRules
(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, sdkFields
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build
-
Method Details
-
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
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
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
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 viaIpRuleItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed touserRules(List<IpRuleItem>)
.- 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:
-
overrideConfiguration
AuthorizeIpRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
AuthorizeIpRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-