Interface BatchAddRoleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchAddRoleRequest.Builder,BatchAddRoleRequest>,RepostspaceRequest.Builder,SdkBuilder<BatchAddRoleRequest.Builder,BatchAddRoleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchAddRoleRequest
public static interface BatchAddRoleRequest.Builder extends RepostspaceRequest.Builder, SdkPojo, CopyableBuilder<BatchAddRoleRequest.Builder,BatchAddRoleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchAddRoleRequest.BuilderaccessorIds(String... accessorIds)The user or group accessor identifiers to add the role to.BatchAddRoleRequest.BuilderaccessorIds(Collection<String> accessorIds)The user or group accessor identifiers to add the role to.BatchAddRoleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchAddRoleRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchAddRoleRequest.Builderrole(String role)The role to add to the users or groups.BatchAddRoleRequest.Builderrole(Role role)The role to add to the users or groups.BatchAddRoleRequest.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
BatchAddRoleRequest.Builder accessorIds(Collection<String> accessorIds)
The user or group accessor identifiers to add the role to.
- Parameters:
accessorIds- The user or group accessor identifiers to add the role to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessorIds
BatchAddRoleRequest.Builder accessorIds(String... accessorIds)
The user or group accessor identifiers to add the role to.
- Parameters:
accessorIds- The user or group accessor identifiers to add the role to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
role
BatchAddRoleRequest.Builder role(String role)
The role to add to the users or groups.
-
role
BatchAddRoleRequest.Builder role(Role role)
The role to add to the users or groups.
-
spaceId
BatchAddRoleRequest.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
BatchAddRoleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchAddRoleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-