Interface BatchSuspendUserRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeRequest.Builder,CopyableBuilder<BatchSuspendUserRequest.Builder,BatchSuspendUserRequest>,SdkBuilder<BatchSuspendUserRequest.Builder,BatchSuspendUserRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchSuspendUserRequest
public static interface BatchSuspendUserRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<BatchSuspendUserRequest.Builder,BatchSuspendUserRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchSuspendUserRequest.BuilderaccountId(String accountId)The Amazon Chime account ID.BatchSuspendUserRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchSuspendUserRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchSuspendUserRequest.BuilderuserIdList(String... userIdList)The request containing the user IDs to suspend.BatchSuspendUserRequest.BuilderuserIdList(Collection<String> userIdList)The request containing the user IDs to suspend.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
accountId
BatchSuspendUserRequest.Builder accountId(String 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.
-
userIdList
BatchSuspendUserRequest.Builder userIdList(Collection<String> userIdList)
The request containing the user IDs to suspend.
- Parameters:
userIdList- The request containing the user IDs to suspend.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userIdList
BatchSuspendUserRequest.Builder userIdList(String... userIdList)
The request containing the user IDs to suspend.
- Parameters:
userIdList- The request containing the user IDs to suspend.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchSuspendUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchSuspendUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-