Interface CreateAppInstanceUserRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkIdentityRequest.Builder,CopyableBuilder<CreateAppInstanceUserRequest.Builder,CreateAppInstanceUserRequest>,SdkBuilder<CreateAppInstanceUserRequest.Builder,CreateAppInstanceUserRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateAppInstanceUserRequest
public static interface CreateAppInstanceUserRequest.Builder extends ChimeSdkIdentityRequest.Builder, SdkPojo, CopyableBuilder<CreateAppInstanceUserRequest.Builder,CreateAppInstanceUserRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chimesdkidentity.model.ChimeSdkIdentityRequest.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, sdkFields
-
-
-
-
Method Detail
-
appInstanceArn
CreateAppInstanceUserRequest.Builder appInstanceArn(String appInstanceArn)
The ARN of the
AppInstancerequest.- Parameters:
appInstanceArn- The ARN of theAppInstancerequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appInstanceUserId
CreateAppInstanceUserRequest.Builder appInstanceUserId(String appInstanceUserId)
The user ID of the
AppInstance.- Parameters:
appInstanceUserId- The user ID of theAppInstance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateAppInstanceUserRequest.Builder name(String name)
The user's name.
- Parameters:
name- The user's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
CreateAppInstanceUserRequest.Builder metadata(String metadata)
The request's metadata. Limited to a 1KB string in UTF-8.
- Parameters:
metadata- The request's metadata. Limited to a 1KB string in UTF-8.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
CreateAppInstanceUserRequest.Builder clientRequestToken(String clientRequestToken)
The unique ID of the request. Use different tokens to request additional
AppInstances.- Parameters:
clientRequestToken- The unique ID of the request. Use different tokens to request additionalAppInstances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateAppInstanceUserRequest.Builder tags(Collection<Tag> tags)
Tags assigned to the
AppInstanceUser.- Parameters:
tags- Tags assigned to theAppInstanceUser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateAppInstanceUserRequest.Builder tags(Tag... tags)
Tags assigned to the
AppInstanceUser.- Parameters:
tags- Tags assigned to theAppInstanceUser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateAppInstanceUserRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tags assigned to the
This is a convenience method that creates an instance of theAppInstanceUser.Tag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
expirationSettings
CreateAppInstanceUserRequest.Builder expirationSettings(ExpirationSettings expirationSettings)
Settings that control the interval after which the
AppInstanceUseris automatically deleted.- Parameters:
expirationSettings- Settings that control the interval after which theAppInstanceUseris automatically deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expirationSettings
default CreateAppInstanceUserRequest.Builder expirationSettings(Consumer<ExpirationSettings.Builder> expirationSettings)
Settings that control the interval after which the
This is a convenience method that creates an instance of theAppInstanceUseris automatically deleted.ExpirationSettings.Builderavoiding the need to create one manually viaExpirationSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexpirationSettings(ExpirationSettings).- Parameters:
expirationSettings- a consumer that will call methods onExpirationSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
expirationSettings(ExpirationSettings)
-
overrideConfiguration
CreateAppInstanceUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAppInstanceUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-