Interface AssociatedScope.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssociatedScope.Builder,,AssociatedScope> SdkBuilder<AssociatedScope.Builder,,AssociatedScope> SdkPojo
- Enclosing class:
AssociatedScope
@Mutable
@NotThreadSafe
public static interface AssociatedScope.Builder
extends SdkPojo, CopyableBuilder<AssociatedScope.Builder,AssociatedScope>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the associated scope.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
scopeArn
The ARN of the associated scope.
- Parameters:
scopeArn- The ARN of the associated scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-