public static interface CreateLocationResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<CreateLocationResponse.Builder,CreateLocationResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateLocationResponse.Builder |
location(Consumer<LocationModel.Builder> location)
The details of the custom location you created.
|
CreateLocationResponse.Builder |
location(LocationModel location)
The details of the custom location you created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLocationResponse.Builder location(LocationModel location)
The details of the custom location you created.
location - The details of the custom location you created.default CreateLocationResponse.Builder location(Consumer<LocationModel.Builder> location)
The details of the custom location you created.
This is a convenience method that creates an instance of theLocationModel.Builder avoiding the need
to create one manually via LocationModel.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to location(LocationModel).
location - a consumer that will call methods on LocationModel.Builderlocation(LocationModel)Copyright © 2023. All rights reserved.