Interface CreateLocationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateLocationRequest.Builder,CreateLocationRequest>,GameLiftRequest.Builder,SdkBuilder<CreateLocationRequest.Builder,CreateLocationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateLocationRequest
public static interface CreateLocationRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<CreateLocationRequest.Builder,CreateLocationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateLocationRequest.BuilderlocationName(String locationName)A descriptive name for the custom location.CreateLocationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateLocationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateLocationRequest.Buildertags(Collection<Tag> tags)A list of labels to assign to the new resource.CreateLocationRequest.Buildertags(Consumer<Tag.Builder>... tags)A list of labels to assign to the new resource.CreateLocationRequest.Buildertags(Tag... tags)A list of labels to assign to the new resource.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftRequest.Builder
build
-
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
-
locationName
CreateLocationRequest.Builder locationName(String locationName)
A descriptive name for the custom location.
- Parameters:
locationName- A descriptive name for the custom location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateLocationRequest.Builder tags(Collection<Tag> tags)
A list of labels to assign to the new 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.
- Parameters:
tags- A list of labels to assign to the new 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateLocationRequest.Builder tags(Tag... tags)
A list of labels to assign to the new 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.
- Parameters:
tags- A list of labels to assign to the new 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateLocationRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of labels to assign to the new 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.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
CreateLocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateLocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-