| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static DestinationInfo.Builder |
DestinationInfo.builder() |
DestinationInfo.Builder |
DestinationInfo.Builder.id(String id)
The ID of the resource created at the destination.
|
DestinationInfo.Builder |
DestinationInfo.Builder.service(String service)
The destination service of the record.
|
DestinationInfo.Builder |
DestinationInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DestinationInfo.Builder> |
DestinationInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExportSnapshotRecord.Builder |
ExportSnapshotRecord.Builder.destinationInfo(Consumer<DestinationInfo.Builder> destinationInfo)
A list of objects describing the destination of the export snapshot record.
|
default CloudFormationStackRecord.Builder |
CloudFormationStackRecord.Builder.destinationInfo(Consumer<DestinationInfo.Builder> destinationInfo)
A list of objects describing the destination service, which is AWS CloudFormation, and the Amazon Resource
Name (ARN) of the AWS CloudFormation stack.
|
Copyright © 2023. All rights reserved.