Interface CreateAppInstanceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkIdentityRequest.Builder,CopyableBuilder<CreateAppInstanceRequest.Builder,CreateAppInstanceRequest>,SdkBuilder<CreateAppInstanceRequest.Builder,CreateAppInstanceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateAppInstanceRequest
public static interface CreateAppInstanceRequest.Builder extends ChimeSdkIdentityRequest.Builder, SdkPojo, CopyableBuilder<CreateAppInstanceRequest.Builder,CreateAppInstanceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateAppInstanceRequest.BuilderclientRequestToken(String clientRequestToken)The unique ID of the request.CreateAppInstanceRequest.Buildermetadata(String metadata)The metadata of theAppInstance.CreateAppInstanceRequest.Buildername(String name)The name of theAppInstance.CreateAppInstanceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateAppInstanceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateAppInstanceRequest.Buildertags(Collection<Tag> tags)Tags assigned to theAppInstance.CreateAppInstanceRequest.Buildertags(Consumer<Tag.Builder>... tags)Tags assigned to theAppInstance.CreateAppInstanceRequest.Buildertags(Tag... tags)Tags assigned to theAppInstance.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
CreateAppInstanceRequest.Builder name(String name)
The name of the
AppInstance.- Parameters:
name- The name of theAppInstance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
CreateAppInstanceRequest.Builder metadata(String metadata)
The metadata of the
AppInstance. Limited to a 1KB string in UTF-8.- Parameters:
metadata- The metadata of theAppInstance. Limited to a 1KB string in UTF-8.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
CreateAppInstanceRequest.Builder clientRequestToken(String clientRequestToken)
The unique ID of the request. Use different tokens to create different
AppInstances.- Parameters:
clientRequestToken- The unique ID of the request. Use different tokens to create differentAppInstances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateAppInstanceRequest.Builder tags(Collection<Tag> tags)
Tags assigned to the
AppInstance.- Parameters:
tags- Tags assigned to theAppInstance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateAppInstanceRequest.Builder tags(Tag... tags)
Tags assigned to the
AppInstance.- Parameters:
tags- Tags assigned to theAppInstance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateAppInstanceRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tags assigned to the
This is a convenience method that creates an instance of theAppInstance.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)
-
overrideConfiguration
CreateAppInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAppInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-