Interface AppBundleSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AppBundleSummary.Builder,
,AppBundleSummary> SdkBuilder<AppBundleSummary.Builder,
,AppBundleSummary> SdkPojo
- Enclosing class:
AppBundleSummary
@Mutable
@NotThreadSafe
public static interface AppBundleSummary.Builder
extends SdkPojo, CopyableBuilder<AppBundleSummary.Builder,AppBundleSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the app bundle.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
The Amazon Resource Name (ARN) of the app bundle.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the app bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-