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 unique ID of the request.
|
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
AppInstance. |
CreateAppInstanceRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Tags assigned to the
AppInstance. |
CreateAppInstanceRequest.Builder |
tags(Tag... tags)
Tags assigned to the
AppInstance. |
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 unique ID of the request. Use different tokens to create different AppInstances.
clientRequestToken - The unique ID of the request. Use different tokens to create different AppInstances.CreateAppInstanceRequest.Builder tags(Collection<Tag> tags)
Tags assigned to the AppInstance.
tags - Tags assigned to the AppInstance.CreateAppInstanceRequest.Builder tags(Tag... tags)
Tags assigned to the AppInstance.
tags - Tags assigned to the AppInstance.CreateAppInstanceRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tags assigned to the AppInstance.
Tag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateAppInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAppInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.