Interface CfnTemplateProviderDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CfnTemplateProviderDetail.Builder,
,CfnTemplateProviderDetail> SdkBuilder<CfnTemplateProviderDetail.Builder,
,CfnTemplateProviderDetail> SdkPojo
- Enclosing class:
CfnTemplateProviderDetail
@Mutable
@NotThreadSafe
public static interface CfnTemplateProviderDetail.Builder
extends SdkPojo, CopyableBuilder<CfnTemplateProviderDetail.Builder,CfnTemplateProviderDetail>
-
Method Summary
Modifier and TypeMethodDescriptionparameters
(Collection<CfnStackParameter> parameters) An array of CloudFormation stack parameters.parameters
(Consumer<CfnStackParameter.Builder>... parameters) An array of CloudFormation stack parameters.parameters
(CfnStackParameter... parameters) An array of CloudFormation stack parameters.The IAM role used by CloudFormation to create the stack.stackDetail
(Consumer<CfnStackDetail.Builder> stackDetail) Information about the CloudFormation stack created by the template provider.stackDetail
(CfnStackDetail stackDetail) Information about the CloudFormation stack created by the template provider.templateName
(String templateName) The unique identifier of the template within the project.templateURL
(String templateURL) The Amazon S3 URL of the CloudFormation template.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
templateName
The unique identifier of the template within the project.
- Parameters:
templateName
- The unique identifier of the template within the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateURL
The Amazon S3 URL of the CloudFormation template.
- Parameters:
templateURL
- The Amazon S3 URL of the CloudFormation template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleARN
The IAM role used by CloudFormation to create the stack.
- Parameters:
roleARN
- The IAM role used by CloudFormation to create the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
An array of CloudFormation stack parameters.
- Parameters:
parameters
- An array of CloudFormation stack parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
An array of CloudFormation stack parameters.
- Parameters:
parameters
- An array of CloudFormation stack parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
An array of CloudFormation stack parameters.
This is a convenience method that creates an instance of theCfnStackParameter.Builder
avoiding the need to create one manually viaCfnStackParameter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toparameters(List<CfnStackParameter>)
.- Parameters:
parameters
- a consumer that will call methods onCfnStackParameter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stackDetail
Information about the CloudFormation stack created by the template provider.
- Parameters:
stackDetail
- Information about the CloudFormation stack created by the template provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackDetail
Information about the CloudFormation stack created by the template provider.
This is a convenience method that creates an instance of theCfnStackDetail.Builder
avoiding the need to create one manually viaCfnStackDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostackDetail(CfnStackDetail)
.- Parameters:
stackDetail
- a consumer that will call methods onCfnStackDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-