Interface VersionCreatedBySource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VersionCreatedBySource.Builder,,VersionCreatedBySource> SdkBuilder<VersionCreatedBySource.Builder,,VersionCreatedBySource> SdkPojo
- Enclosing class:
VersionCreatedBySource
@Mutable
@NotThreadSafe
public static interface VersionCreatedBySource.Builder
extends SdkPojo, CopyableBuilder<VersionCreatedBySource.Builder,VersionCreatedBySource>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the source, if applicable (for example, a user ARN or optimization job ARN).The name of the source (for example,user,optimization-job, orsystem).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
-
name
The name of the source (for example,
user,optimization-job, orsystem).- Parameters:
name- The name of the source (for example,user,optimization-job, orsystem).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the source, if applicable (for example, a user ARN or optimization job ARN).
- Parameters:
arn- The Amazon Resource Name (ARN) of the source, if applicable (for example, a user ARN or optimization job ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-