public static interface CreateCloudFormationStackRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<CreateCloudFormationStackRequest.Builder,CreateCloudFormationStackRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateCloudFormationStackRequest.Builder |
instances(Collection<InstanceEntry> instances)
An array of parameters that will be used to create the new Amazon EC2 instance.
|
CreateCloudFormationStackRequest.Builder |
instances(Consumer<InstanceEntry.Builder>... instances)
An array of parameters that will be used to create the new Amazon EC2 instance.
|
CreateCloudFormationStackRequest.Builder |
instances(InstanceEntry... instances)
An array of parameters that will be used to create the new Amazon EC2 instance.
|
CreateCloudFormationStackRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCloudFormationStackRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCloudFormationStackRequest.Builder instances(Collection<InstanceEntry> instances)
An array of parameters that will be used to create the new Amazon EC2 instance. You can only pass one instance entry at a time in this array. You will get an invalid parameter error if you pass more than one instance entry in this array.
instances - An array of parameters that will be used to create the new Amazon EC2 instance. You can only pass one
instance entry at a time in this array. You will get an invalid parameter error if you pass more than
one instance entry in this array.CreateCloudFormationStackRequest.Builder instances(InstanceEntry... instances)
An array of parameters that will be used to create the new Amazon EC2 instance. You can only pass one instance entry at a time in this array. You will get an invalid parameter error if you pass more than one instance entry in this array.
instances - An array of parameters that will be used to create the new Amazon EC2 instance. You can only pass one
instance entry at a time in this array. You will get an invalid parameter error if you pass more than
one instance entry in this array.CreateCloudFormationStackRequest.Builder instances(Consumer<InstanceEntry.Builder>... instances)
An array of parameters that will be used to create the new Amazon EC2 instance. You can only pass one instance entry at a time in this array. You will get an invalid parameter error if you pass more than one instance entry in this array.
This is a convenience method that creates an instance of theInstanceEntry.Builder avoiding the need to create one
manually via InstanceEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #instances(List.
instances - a consumer that will call methods on
InstanceEntry.Builder#instances(java.util.Collection) CreateCloudFormationStackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCloudFormationStackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.