Interface BatchRemoveRoleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchRemoveRoleRequest.Builder,BatchRemoveRoleRequest>,RepostspaceRequest.Builder,SdkBuilder<BatchRemoveRoleRequest.Builder,BatchRemoveRoleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchRemoveRoleRequest
public static interface BatchRemoveRoleRequest.Builder extends RepostspaceRequest.Builder, SdkPojo, CopyableBuilder<BatchRemoveRoleRequest.Builder,BatchRemoveRoleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchRemoveRoleRequest.BuilderaccessorIds(String... accessorIds)The user or group accessor identifiers to remove the role from.BatchRemoveRoleRequest.BuilderaccessorIds(Collection<String> accessorIds)The user or group accessor identifiers to remove the role from.BatchRemoveRoleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchRemoveRoleRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchRemoveRoleRequest.Builderrole(String role)The role to remove from the users or groups.BatchRemoveRoleRequest.Builderrole(Role role)The role to remove from the users or groups.BatchRemoveRoleRequest.BuilderspaceId(String spaceId)The unique ID of the private re:Post.-
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.services.repostspace.model.RepostspaceRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
accessorIds
BatchRemoveRoleRequest.Builder accessorIds(Collection<String> accessorIds)
The user or group accessor identifiers to remove the role from.
- Parameters:
accessorIds- The user or group accessor identifiers to remove the role from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessorIds
BatchRemoveRoleRequest.Builder accessorIds(String... accessorIds)
The user or group accessor identifiers to remove the role from.
- Parameters:
accessorIds- The user or group accessor identifiers to remove the role from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
role
BatchRemoveRoleRequest.Builder role(String role)
The role to remove from the users or groups.
-
role
BatchRemoveRoleRequest.Builder role(Role role)
The role to remove from the users or groups.
-
spaceId
BatchRemoveRoleRequest.Builder spaceId(String spaceId)
The unique ID of the private re:Post.
- Parameters:
spaceId- The unique ID of the private re:Post.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchRemoveRoleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchRemoveRoleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-