Interface ScopeReference.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ScopeReference.Builder,,ScopeReference> SdkBuilder<ScopeReference.Builder,,ScopeReference> SdkPojo
- Enclosing class:
ScopeReference
@Mutable
@NotThreadSafe
public static interface ScopeReference.Builder
extends SdkPojo, CopyableBuilder<ScopeReference.Builder,ScopeReference>
-
Method Summary
Modifier and TypeMethodDescriptionscopeIdentifier(String scopeIdentifier) The identifier of the 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
-
scopeIdentifier
The identifier of the scope. This is the scope's Amazon Resource Name (ARN).
- Parameters:
scopeIdentifier- The identifier of the scope. This is the scope's Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-