Interface ResolveAliasResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ResolveAliasResponse.Builder,ResolveAliasResponse>,GameLiftResponse.Builder,SdkBuilder<ResolveAliasResponse.Builder,ResolveAliasResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ResolveAliasResponse
public static interface ResolveAliasResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<ResolveAliasResponse.Builder,ResolveAliasResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResolveAliasResponse.BuilderfleetArn(String fleetArn)The Amazon Resource Name (ARN) associated with the GameLift fleet resource that this alias points to.ResolveAliasResponse.BuilderfleetId(String fleetId)The fleet identifier that the alias is pointing to.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
fleetId
ResolveAliasResponse.Builder fleetId(String fleetId)
The fleet identifier that the alias is pointing to.
- Parameters:
fleetId- The fleet identifier that the alias is pointing to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleetArn
ResolveAliasResponse.Builder fleetArn(String fleetArn)
The Amazon Resource Name (ARN) associated with the GameLift fleet resource that this alias points to.
- Parameters:
fleetArn- The Amazon Resource Name (ARN) associated with the GameLift fleet resource that this alias points to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-