Interface CfnUpdateTemplateProvider.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CfnUpdateTemplateProvider.Builder,,CfnUpdateTemplateProvider> SdkBuilder<CfnUpdateTemplateProvider.Builder,,CfnUpdateTemplateProvider> SdkPojo
- Enclosing class:
CfnUpdateTemplateProvider
@Mutable
@NotThreadSafe
public static interface CfnUpdateTemplateProvider.Builder
extends SdkPojo, CopyableBuilder<CfnUpdateTemplateProvider.Builder,CfnUpdateTemplateProvider>
-
Method Summary
Modifier and TypeMethodDescriptionparameters(Collection<CfnStackUpdateParameter> parameters) An array of CloudFormation stack parameters.parameters(Consumer<CfnStackUpdateParameter.Builder>... parameters) An array of CloudFormation stack parameters.parameters(CfnStackUpdateParameter... parameters) An array of CloudFormation stack parameters.templateName(String templateName) The unique identifier of the template to update within the project.templateURL(String templateURL) The Amazon S3 URL of the CloudFormation template.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
templateName
The unique identifier of the template to update within the project.
- Parameters:
templateName- The unique identifier of the template to update 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.
-
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
CfnUpdateTemplateProvider.Builder parameters(Consumer<CfnStackUpdateParameter.Builder>... parameters) An array of CloudFormation stack parameters.
This is a convenience method that creates an instance of theCfnStackUpdateParameter.Builderavoiding the need to create one manually viaCfnStackUpdateParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparameters(List<CfnStackUpdateParameter>).- Parameters:
parameters- a consumer that will call methods onCfnStackUpdateParameter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-