Uses of Interface
software.amazon.awssdk.services.lightsail.model.DestinationInfo.Builder
-
Packages that use DestinationInfo.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of DestinationInfo.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return DestinationInfo.Builder Modifier and Type Method Description static DestinationInfo.BuilderDestinationInfo. builder()DestinationInfo.BuilderDestinationInfo.Builder. id(String id)The ID of the resource created at the destination.DestinationInfo.BuilderDestinationInfo.Builder. service(String service)The destination service of the record.DestinationInfo.BuilderDestinationInfo. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type DestinationInfo.Builder Modifier and Type Method Description static Class<? extends DestinationInfo.Builder>DestinationInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type DestinationInfo.Builder Modifier and Type Method Description default CloudFormationStackRecord.BuilderCloudFormationStackRecord.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.default ExportSnapshotRecord.BuilderExportSnapshotRecord.Builder. destinationInfo(Consumer<DestinationInfo.Builder> destinationInfo)A list of objects describing the destination of the export snapshot record.
-