Interface CloudFormationStackRecordSourceInfo.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CloudFormationStackRecordSourceInfo.Builder,,- CloudFormationStackRecordSourceInfo> - SdkBuilder<CloudFormationStackRecordSourceInfo.Builder,,- CloudFormationStackRecordSourceInfo> - SdkPojo
- Enclosing class:
- CloudFormationStackRecordSourceInfo
@Mutable
@NotThreadSafe
public static interface CloudFormationStackRecordSourceInfo.Builder
extends SdkPojo, CopyableBuilder<CloudFormationStackRecordSourceInfo.Builder,CloudFormationStackRecordSourceInfo> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the export snapshot record.The name of the record.resourceType(String resourceType) The Lightsail resource type (ExportSnapshotRecord).resourceType(CloudFormationStackRecordSourceType resourceType) The Lightsail resource type (ExportSnapshotRecord).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
resourceTypeThe Lightsail resource type ( ExportSnapshotRecord).- Parameters:
- resourceType- The Lightsail resource type (- ExportSnapshotRecord).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
resourceTypeCloudFormationStackRecordSourceInfo.Builder resourceType(CloudFormationStackRecordSourceType resourceType) The Lightsail resource type ( ExportSnapshotRecord).- Parameters:
- resourceType- The Lightsail resource type (- ExportSnapshotRecord).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nameThe name of the record. - Parameters:
- name- The name of the record.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
arnThe Amazon Resource Name (ARN) of the export snapshot record. - Parameters:
- arn- The Amazon Resource Name (ARN) of the export snapshot record.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-