public static interface GetComputeAccessResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<GetComputeAccessResponse.Builder,GetComputeAccessResponse>
| Modifier and Type | Method and Description |
|---|---|
GetComputeAccessResponse.Builder |
computeArn(String computeArn)
The Amazon Resource Name (ARN) that is assigned to a
GameLift compute resource and uniquely identifies it.
|
GetComputeAccessResponse.Builder |
computeName(String computeName)
The name of the compute resource you requested credentials for.
|
default GetComputeAccessResponse.Builder |
credentials(Consumer<Credentials.Builder> credentials)
The access credentials for the compute resource.
|
GetComputeAccessResponse.Builder |
credentials(Credentials credentials)
The access credentials for the compute resource.
|
GetComputeAccessResponse.Builder |
fleetArn(String fleetArn)
The Amazon Resource Name (ARN) that is assigned to a
GameLift fleet resource and uniquely identifies it.
|
GetComputeAccessResponse.Builder |
fleetId(String fleetId)
The fleet ID of compute resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetComputeAccessResponse.Builder fleetId(String fleetId)
The fleet ID of compute resource.
fleetId - The fleet ID of compute resource.GetComputeAccessResponse.Builder fleetArn(String fleetArn)
The Amazon Resource Name (ARN) that is assigned to a
GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.
fleetArn - The Amazon Resource Name (ARN) that is assigned to
a GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.GetComputeAccessResponse.Builder computeName(String computeName)
The name of the compute resource you requested credentials for.
computeName - The name of the compute resource you requested credentials for.GetComputeAccessResponse.Builder computeArn(String computeArn)
The Amazon Resource Name (ARN) that is assigned to a
GameLift compute resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::compute/compute-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.
computeArn - The Amazon Resource Name (ARN) that is assigned to
a GameLift compute resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::compute/compute-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.GetComputeAccessResponse.Builder credentials(Credentials credentials)
The access credentials for the compute resource.
credentials - The access credentials for the compute resource.default GetComputeAccessResponse.Builder credentials(Consumer<Credentials.Builder> credentials)
The access credentials for the compute resource.
This is a convenience method that creates an instance of theCredentials.Builder avoiding the need to
create one manually via Credentials.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to credentials(Credentials).
credentials - a consumer that will call methods on Credentials.Buildercredentials(Credentials)Copyright © 2023. All rights reserved.