ExportSnapshotRecord.Builder |
ExportSnapshotRecord.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the export snapshot record.
|
static ExportSnapshotRecord.Builder |
ExportSnapshotRecord.builder() |
|
ExportSnapshotRecord.Builder |
ExportSnapshotRecord.Builder.createdAt(Instant createdAt) |
The date when the export snapshot record was created.
|
default ExportSnapshotRecord.Builder |
ExportSnapshotRecord.Builder.destinationInfo(Consumer<DestinationInfo.Builder> destinationInfo) |
A list of objects describing the destination of the export snapshot record.
|
ExportSnapshotRecord.Builder |
ExportSnapshotRecord.Builder.destinationInfo(DestinationInfo destinationInfo) |
A list of objects describing the destination of the export snapshot record.
|
default ExportSnapshotRecord.Builder |
ExportSnapshotRecord.Builder.location(Consumer<ResourceLocation.Builder> location) |
The AWS Region and Availability Zone where the export snapshot record is located.
|
ExportSnapshotRecord.Builder |
ExportSnapshotRecord.Builder.location(ResourceLocation location) |
The AWS Region and Availability Zone where the export snapshot record is located.
|
ExportSnapshotRecord.Builder |
ExportSnapshotRecord.Builder.name(String name) |
The export snapshot record name.
|
ExportSnapshotRecord.Builder |
ExportSnapshotRecord.Builder.resourceType(String resourceType) |
The Lightsail resource type (ExportSnapshotRecord).
|
ExportSnapshotRecord.Builder |
ExportSnapshotRecord.Builder.resourceType(ResourceType resourceType) |
The Lightsail resource type (ExportSnapshotRecord).
|
default ExportSnapshotRecord.Builder |
ExportSnapshotRecord.Builder.sourceInfo(Consumer<ExportSnapshotRecordSourceInfo.Builder> sourceInfo) |
A list of objects describing the source of the export snapshot record.
|
ExportSnapshotRecord.Builder |
ExportSnapshotRecord.Builder.sourceInfo(ExportSnapshotRecordSourceInfo sourceInfo) |
A list of objects describing the source of the export snapshot record.
|
ExportSnapshotRecord.Builder |
ExportSnapshotRecord.Builder.state(String state) |
The state of the export snapshot record.
|
ExportSnapshotRecord.Builder |
ExportSnapshotRecord.Builder.state(RecordState state) |
The state of the export snapshot record.
|
ExportSnapshotRecord.Builder |
ExportSnapshotRecord.toBuilder() |
|