public static interface CloudFormationStackRecordSourceInfo.Builder extends SdkPojo, CopyableBuilder<CloudFormationStackRecordSourceInfo.Builder,CloudFormationStackRecordSourceInfo>
Modifier and Type | Method and Description |
---|---|
CloudFormationStackRecordSourceInfo.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the export snapshot record.
|
CloudFormationStackRecordSourceInfo.Builder |
name(String name)
The name of the record.
|
CloudFormationStackRecordSourceInfo.Builder |
resourceType(CloudFormationStackRecordSourceType resourceType)
The Lightsail resource type (e.g.,
ExportSnapshotRecord ). |
CloudFormationStackRecordSourceInfo.Builder |
resourceType(String resourceType)
The Lightsail resource type (e.g.,
ExportSnapshotRecord ). |
copy
applyMutation, build
CloudFormationStackRecordSourceInfo.Builder resourceType(String resourceType)
The Lightsail resource type (e.g., ExportSnapshotRecord
).
resourceType
- The Lightsail resource type (e.g., ExportSnapshotRecord
).CloudFormationStackRecordSourceType
,
CloudFormationStackRecordSourceType
CloudFormationStackRecordSourceInfo.Builder resourceType(CloudFormationStackRecordSourceType resourceType)
The Lightsail resource type (e.g., ExportSnapshotRecord
).
resourceType
- The Lightsail resource type (e.g., ExportSnapshotRecord
).CloudFormationStackRecordSourceType
,
CloudFormationStackRecordSourceType
CloudFormationStackRecordSourceInfo.Builder name(String name)
The name of the record.
name
- The name of the record.CloudFormationStackRecordSourceInfo.Builder arn(String arn)
The Amazon Resource Name (ARN) of the export snapshot record.
arn
- The Amazon Resource Name (ARN) of the export snapshot record.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.