public static interface CloudFormationStackRecord.Builder extends SdkPojo, CopyableBuilder<CloudFormationStackRecord.Builder,CloudFormationStackRecord>
Modifier and Type | Method and Description |
---|---|
CloudFormationStackRecord.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the CloudFormation stack record.
|
CloudFormationStackRecord.Builder |
createdAt(Instant createdAt)
The date when the CloudFormation stack record was created.
|
default 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.
|
CloudFormationStackRecord.Builder |
destinationInfo(DestinationInfo 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 CloudFormationStackRecord.Builder |
location(Consumer<ResourceLocation.Builder> location)
A list of objects describing the Availability Zone and AWS Region of the CloudFormation stack record.
|
CloudFormationStackRecord.Builder |
location(ResourceLocation location)
A list of objects describing the Availability Zone and AWS Region of the CloudFormation stack record.
|
CloudFormationStackRecord.Builder |
name(String name)
The name of the CloudFormation stack record.
|
CloudFormationStackRecord.Builder |
resourceType(ResourceType resourceType)
The Lightsail resource type (e.g.,
CloudFormationStackRecord ). |
CloudFormationStackRecord.Builder |
resourceType(String resourceType)
The Lightsail resource type (e.g.,
CloudFormationStackRecord ). |
CloudFormationStackRecord.Builder |
sourceInfo(CloudFormationStackRecordSourceInfo... sourceInfo)
A list of objects describing the source of the CloudFormation stack record.
|
CloudFormationStackRecord.Builder |
sourceInfo(Collection<CloudFormationStackRecordSourceInfo> sourceInfo)
A list of objects describing the source of the CloudFormation stack record.
|
CloudFormationStackRecord.Builder |
sourceInfo(Consumer<CloudFormationStackRecordSourceInfo.Builder>... sourceInfo)
A list of objects describing the source of the CloudFormation stack record.
|
CloudFormationStackRecord.Builder |
state(RecordState state)
The current state of the CloudFormation stack record.
|
CloudFormationStackRecord.Builder |
state(String state)
The current state of the CloudFormation stack record.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CloudFormationStackRecord.Builder name(String name)
The name of the CloudFormation stack record. It starts with CloudFormationStackRecord
followed
by a GUID.
name
- The name of the CloudFormation stack record. It starts with CloudFormationStackRecord
followed by a GUID.CloudFormationStackRecord.Builder arn(String arn)
The Amazon Resource Name (ARN) of the CloudFormation stack record.
arn
- The Amazon Resource Name (ARN) of the CloudFormation stack record.CloudFormationStackRecord.Builder createdAt(Instant createdAt)
The date when the CloudFormation stack record was created.
createdAt
- The date when the CloudFormation stack record was created.CloudFormationStackRecord.Builder location(ResourceLocation location)
A list of objects describing the Availability Zone and AWS Region of the CloudFormation stack record.
location
- A list of objects describing the Availability Zone and AWS Region of the CloudFormation stack record.default CloudFormationStackRecord.Builder location(Consumer<ResourceLocation.Builder> location)
A list of objects describing the Availability Zone and AWS Region of the CloudFormation stack record.
This is a convenience that creates an instance of theResourceLocation.Builder
avoiding the need to
create one manually via ResourceLocation.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to location(ResourceLocation)
.location
- a consumer that will call methods on ResourceLocation.Builder
location(ResourceLocation)
CloudFormationStackRecord.Builder resourceType(String resourceType)
The Lightsail resource type (e.g., CloudFormationStackRecord
).
resourceType
- The Lightsail resource type (e.g., CloudFormationStackRecord
).ResourceType
,
ResourceType
CloudFormationStackRecord.Builder resourceType(ResourceType resourceType)
The Lightsail resource type (e.g., CloudFormationStackRecord
).
resourceType
- The Lightsail resource type (e.g., CloudFormationStackRecord
).ResourceType
,
ResourceType
CloudFormationStackRecord.Builder state(String state)
The current state of the CloudFormation stack record.
state
- The current state of the CloudFormation stack record.RecordState
,
RecordState
CloudFormationStackRecord.Builder state(RecordState state)
The current state of the CloudFormation stack record.
state
- The current state of the CloudFormation stack record.RecordState
,
RecordState
CloudFormationStackRecord.Builder sourceInfo(Collection<CloudFormationStackRecordSourceInfo> sourceInfo)
A list of objects describing the source of the CloudFormation stack record.
sourceInfo
- A list of objects describing the source of the CloudFormation stack record.CloudFormationStackRecord.Builder sourceInfo(CloudFormationStackRecordSourceInfo... sourceInfo)
A list of objects describing the source of the CloudFormation stack record.
sourceInfo
- A list of objects describing the source of the CloudFormation stack record.CloudFormationStackRecord.Builder sourceInfo(Consumer<CloudFormationStackRecordSourceInfo.Builder>... sourceInfo)
A list of objects describing the source of the CloudFormation stack record.
This is a convenience that creates an instance of the.Builder
avoiding the need to create one manually via #builder()
.
When the Consumer
completes, List.Builder#build()
is
called immediately and its result is passed to #sourceInfo(List)
.sourceInfo
- a consumer that will call methods on List.Builder
#sourceInfo(List)
CloudFormationStackRecord.Builder destinationInfo(DestinationInfo destinationInfo)
A list of objects describing the destination service, which is AWS CloudFormation, and the Amazon Resource Name (ARN) of the AWS CloudFormation stack.
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 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.
This is a convenience that creates an instance of theDestinationInfo.Builder
avoiding the need to
create one manually via DestinationInfo.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to destinationInfo(DestinationInfo)
.destinationInfo
- a consumer that will call methods on DestinationInfo.Builder
destinationInfo(DestinationInfo)