public static interface CreateLocationRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<CreateLocationRequest.Builder,CreateLocationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateLocationRequest.Builder |
locationName(String locationName)
A descriptive name for the custom location.
|
CreateLocationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLocationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLocationRequest.Builder |
tags(Collection<Tag> tags)
A list of labels to assign to the new matchmaking configuration resource.
|
CreateLocationRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of labels to assign to the new matchmaking configuration resource.
|
CreateLocationRequest.Builder |
tags(Tag... tags)
A list of labels to assign to the new matchmaking configuration resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLocationRequest.Builder locationName(String locationName)
A descriptive name for the custom location.
locationName - A descriptive name for the custom location.CreateLocationRequest.Builder tags(Collection<Tag> tags)
A list of labels to assign to the new matchmaking configuration resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Rareference.
tags - A list of labels to assign to the new matchmaking configuration resource. Tags are developer-defined
key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access
management and cost allocation. For more information, see Tagging Amazon Web Services
Resources in the Amazon Web Services General Rareference.CreateLocationRequest.Builder tags(Tag... tags)
A list of labels to assign to the new matchmaking configuration resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Rareference.
tags - A list of labels to assign to the new matchmaking configuration resource. Tags are developer-defined
key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access
management and cost allocation. For more information, see Tagging Amazon Web Services
Resources in the Amazon Web Services General Rareference.CreateLocationRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of labels to assign to the new matchmaking configuration resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Rareference.
This is a convenience method that creates an instance of theTag.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) CreateLocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.