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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudFormationStackRecordSourceInfo.Builderarn(String arn)The Amazon Resource Name (ARN) of the export snapshot record.CloudFormationStackRecordSourceInfo.Buildername(String name)The name of the record.CloudFormationStackRecordSourceInfo.BuilderresourceType(String resourceType)The Lightsail resource type (ExportSnapshotRecord).CloudFormationStackRecordSourceInfo.BuilderresourceType(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 Detail
-
resourceType
CloudFormationStackRecordSourceInfo.Builder resourceType(String 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:
CloudFormationStackRecordSourceType,CloudFormationStackRecordSourceType
-
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:
CloudFormationStackRecordSourceType,CloudFormationStackRecordSourceType
-
name
CloudFormationStackRecordSourceInfo.Builder name(String 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
CloudFormationStackRecordSourceInfo.Builder arn(String 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.
-
-