Interface InviteUsersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeRequest.Builder,CopyableBuilder<InviteUsersRequest.Builder,,InviteUsersRequest> SdkBuilder<InviteUsersRequest.Builder,,InviteUsersRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
InviteUsersRequest
public static interface InviteUsersRequest.Builder
extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<InviteUsersRequest.Builder,InviteUsersRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Chime account ID.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.userEmailList(String... userEmailList) The user email addresses to which to send the email invitation.userEmailList(Collection<String> userEmailList) The user email addresses to which to send the email invitation.The user type.The user type.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.chime.model.ChimeRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
accountId
The Amazon Chime account ID.
- Parameters:
accountId- The Amazon Chime account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userEmailList
The user email addresses to which to send the email invitation.
- Parameters:
userEmailList- The user email addresses to which to send the email invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userEmailList
The user email addresses to which to send the email invitation.
- Parameters:
userEmailList- The user email addresses to which to send the email invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userType
The user type.
- Parameters:
userType- The user type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userType
The user type.
- Parameters:
userType- The user type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
InviteUsersRequest.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
InviteUsersRequest.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.
-