Interface DefaultApplication.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DefaultApplication.Builder,
,DefaultApplication> SdkBuilder<DefaultApplication.Builder,
,DefaultApplication> SdkPojo
- Enclosing class:
DefaultApplication
@Mutable
@NotThreadSafe
public static interface DefaultApplication.Builder
extends SdkPojo, CopyableBuilder<DefaultApplication.Builder,DefaultApplication>
-
Method Summary
Modifier and TypeMethodDescriptionAn Amazon Resource Name (ARN) that uniquely identifies the application resource.An ID that uniquely identifies the application resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
An Amazon Resource Name (ARN) that uniquely identifies the application resource. Example ARN:
arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6
.- Parameters:
arn
- An Amazon Resource Name (ARN) that uniquely identifies the application resource. Example ARN:arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
An ID that uniquely identifies the application resource. Example ID:
a-9ZY8X7Wv6
.- Parameters:
id
- An ID that uniquely identifies the application resource. Example ID:a-9ZY8X7Wv6
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-