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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SendInvitesRequest.BuilderaccessorIds(String... accessorIds)The array of identifiers for the users and groups.SendInvitesRequest.BuilderaccessorIds(Collection<String> accessorIds)The array of identifiers for the users and groups.SendInvitesRequest.Builderbody(String body)The body of the invite.SendInvitesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SendInvitesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SendInvitesRequest.BuilderspaceId(String spaceId)The ID of the private re:Post.SendInvitesRequest.Buildertitle(String title)The title of the invite.-
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, sdkFields
-
-
-
-
Method Detail
-
accessorIds
SendInvitesRequest.Builder accessorIds(Collection<String> 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
SendInvitesRequest.Builder accessorIds(String... 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
SendInvitesRequest.Builder body(String 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
SendInvitesRequest.Builder spaceId(String 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
SendInvitesRequest.Builder title(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SendInvitesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-