Interface SendInvitesRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<SendInvitesRequest.Builder,,SendInvitesRequest> RepostspaceRequest.Builder,SdkBuilder<SendInvitesRequest.Builder,,SendInvitesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 SendInvitesRequest
public static interface SendInvitesRequest.Builder
extends RepostspaceRequest.Builder, SdkPojo, CopyableBuilder<SendInvitesRequest.Builder,SendInvitesRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionaccessorIds(String... accessorIds) The array of identifiers for the users and groups.accessorIds(Collection<String> accessorIds) The array of identifiers for the users and groups.The body of the invite.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ID of the private re:Post.The title of the invite.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.repostspace.model.RepostspaceRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
accessorIds
The array of identifiers for the users and groups.
- Parameters:
 accessorIds- The array of identifiers for the users and groups.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
accessorIds
The array of identifiers for the users and groups.
- Parameters:
 accessorIds- The array of identifiers for the users and groups.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
body
The body of the invite.
- Parameters:
 body- The body of the invite.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
spaceId
The ID of the private re:Post.
- Parameters:
 spaceId- The ID of the private re:Post.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
title
The title of the invite.
- Parameters:
 title- The title of the invite.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
SendInvitesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
SendInvitesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -