Interface RemoteAccountIdentifier.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RemoteAccountIdentifier.Builder,,RemoteAccountIdentifier> SdkBuilder<RemoteAccountIdentifier.Builder,,RemoteAccountIdentifier> SdkPojo
- Enclosing class:
RemoteAccountIdentifier
@Mutable
@NotThreadSafe
public static interface RemoteAccountIdentifier.Builder
extends SdkPojo, CopyableBuilder<RemoteAccountIdentifier.Builder,RemoteAccountIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptionidentifier(String identifier) A generic bit of identifying information.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
-
identifier
A generic bit of identifying information. Can be used in place of any of the more specific types.
- Parameters:
identifier- A generic bit of identifying information. Can be used in place of any of the more specific types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-