public static interface RegisterComputeResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<RegisterComputeResponse.Builder,RegisterComputeResponse>
| Modifier and Type | Method and Description |
|---|---|
RegisterComputeResponse.Builder |
compute(Compute compute)
The details of the compute resource you registered to the specified fleet.
|
default RegisterComputeResponse.Builder |
compute(Consumer<Compute.Builder> compute)
The details of the compute resource you registered to the specified fleet.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterComputeResponse.Builder compute(Compute compute)
The details of the compute resource you registered to the specified fleet.
compute - The details of the compute resource you registered to the specified fleet.default RegisterComputeResponse.Builder compute(Consumer<Compute.Builder> compute)
The details of the compute resource you registered to the specified fleet.
This is a convenience method that creates an instance of theCompute.Builder avoiding the need to
create one manually via Compute.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to compute(Compute).
compute - a consumer that will call methods on Compute.Buildercompute(Compute)Copyright © 2022. All rights reserved.