public static interface CreateAppInstanceRequest.Builder extends ChimeSdkIdentityRequest.Builder, SdkPojo, CopyableBuilder<CreateAppInstanceRequest.Builder,CreateAppInstanceRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAppInstanceRequest.Builder |
clientRequestToken(String clientRequestToken)
The
ClientRequestToken of the AppInstance. |
CreateAppInstanceRequest.Builder |
metadata(String metadata)
The metadata of the
AppInstance. |
CreateAppInstanceRequest.Builder |
name(String name)
The name of the
AppInstance. |
CreateAppInstanceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAppInstanceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAppInstanceRequest.Builder |
tags(Collection<Tag> tags)
Tags assigned to the
AppInstanceUser. |
CreateAppInstanceRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Tags assigned to the
AppInstanceUser. |
CreateAppInstanceRequest.Builder |
tags(Tag... tags)
Tags assigned to the
AppInstanceUser. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAppInstanceRequest.Builder name(String name)
The name of the AppInstance.
name - The name of the AppInstance.CreateAppInstanceRequest.Builder metadata(String metadata)
The metadata of the AppInstance. Limited to a 1KB string in UTF-8.
metadata - The metadata of the AppInstance. Limited to a 1KB string in UTF-8.CreateAppInstanceRequest.Builder clientRequestToken(String clientRequestToken)
The ClientRequestToken of the AppInstance.
clientRequestToken - The ClientRequestToken of the AppInstance.CreateAppInstanceRequest.Builder tags(Collection<Tag> tags)
Tags assigned to the AppInstanceUser.
tags - Tags assigned to the AppInstanceUser.CreateAppInstanceRequest.Builder tags(Tag... tags)
Tags assigned to the AppInstanceUser.
tags - Tags assigned to the AppInstanceUser.CreateAppInstanceRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tags assigned to the AppInstanceUser.
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateAppInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAppInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.