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 an
Amazon GameLift compute resource and uniquely identifies it.
|
GetComputeAccessResponse.Builder |
computeName(String computeName)
The identifier of the compute resource to be accessed.
|
default GetComputeAccessResponse.Builder |
credentials(Consumer<Credentials.Builder> credentials)
A set of temporary Amazon Web Services credentials for use when connecting to the compute resource with
Amazon EC2 Systems Manager (SSM).
|
GetComputeAccessResponse.Builder |
credentials(Credentials credentials)
A set of temporary Amazon Web Services credentials for use when connecting to the compute resource with
Amazon EC2 Systems Manager (SSM).
|
GetComputeAccessResponse.Builder |
fleetArn(String fleetArn)
The Amazon Resource Name (ARN) that is assigned to a
Amazon GameLift fleet resource and uniquely identifies it.
|
GetComputeAccessResponse.Builder |
fleetId(String fleetId)
The ID of the fleet that contains the compute resource to be accessed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetComputeAccessResponse.Builder fleetId(String fleetId)
The ID of the fleet that contains the compute resource to be accessed.
fleetId - The ID of the fleet that contains the compute resource to be accessed.GetComputeAccessResponse.Builder fleetArn(String fleetArn)
The Amazon Resource Name (ARN) that is assigned to a
Amazon 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 Amazon 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 identifier of the compute resource to be accessed. This value might be either a compute name or an instance ID.
computeName - The identifier of the compute resource to be accessed. This value might be either a compute name or an
instance ID.GetComputeAccessResponse.Builder computeArn(String computeArn)
The Amazon Resource Name (ARN) that is assigned to an
Amazon 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
an Amazon 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)
A set of temporary Amazon Web Services credentials for use when connecting to the compute resource with Amazon EC2 Systems Manager (SSM).
credentials - A set of temporary Amazon Web Services credentials for use when connecting to the compute resource
with Amazon EC2 Systems Manager (SSM).default GetComputeAccessResponse.Builder credentials(Consumer<Credentials.Builder> credentials)
A set of temporary Amazon Web Services credentials for use when connecting to the compute resource with Amazon EC2 Systems Manager (SSM).
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.