Interface CloudFormationStackRecordSourceInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CloudFormationStackRecordSourceInfo.Builder,
,CloudFormationStackRecordSourceInfo> SdkBuilder<CloudFormationStackRecordSourceInfo.Builder,
,CloudFormationStackRecordSourceInfo> SdkPojo
- Enclosing class:
CloudFormationStackRecordSourceInfo
public static interface CloudFormationStackRecordSourceInfo.Builder
extends SdkPojo, CopyableBuilder<CloudFormationStackRecordSourceInfo.Builder,CloudFormationStackRecordSourceInfo>
-
Method Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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:
-
resourceType
CloudFormationStackRecordSourceInfo.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:
-
name
The 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.
-
arn
The 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.
-