Interface ExistingVersionedProfileSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExistingVersionedProfileSource.Builder,,ExistingVersionedProfileSource> SdkBuilder<ExistingVersionedProfileSource.Builder,,ExistingVersionedProfileSource> SdkPojo
- Enclosing class:
ExistingVersionedProfileSource
@Mutable
@NotThreadSafe
public static interface ExistingVersionedProfileSource.Builder
extends SdkPojo, CopyableBuilder<ExistingVersionedProfileSource.Builder,ExistingVersionedProfileSource>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the existing profile to clone from.The version number of the existing profile to clone from.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
-
profileId
The unique identifier of the existing profile to clone from.
- Parameters:
profileId- The unique identifier of the existing profile to clone from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version number of the existing profile to clone from.
- Parameters:
version- The version number of the existing profile to clone from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-