public static interface DescribeComputeResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeComputeResponse.Builder,DescribeComputeResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeComputeResponse.Builder |
compute(Compute compute)
The details of the compute resource you registered to the specified fleet.
|
default DescribeComputeResponse.Builder |
compute(Consumer<Compute.Builder> compute)
The details of the compute resource you registered to the specified fleet.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeComputeResponse.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 DescribeComputeResponse.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.