CopyableBuilder<ValidateTemplateResponse.Builder,ValidateTemplateResponse>
, SdkBuilder<ValidateTemplateResponse.Builder,ValidateTemplateResponse>
public static interface ValidateTemplateResponse.Builder extends CopyableBuilder<ValidateTemplateResponse.Builder,ValidateTemplateResponse>
Modifier and Type | Method | Description |
---|---|---|
ValidateTemplateResponse.Builder |
capabilities(String... capabilities) |
The capabilities found within the template.
|
ValidateTemplateResponse.Builder |
capabilities(Collection<String> capabilities) |
The capabilities found within the template.
|
ValidateTemplateResponse.Builder |
capabilities(Capability... capabilities) |
The capabilities found within the template.
|
ValidateTemplateResponse.Builder |
capabilitiesReason(String capabilitiesReason) |
The list of resources that generated the values in the
Capabilities response element. |
ValidateTemplateResponse.Builder |
declaredTransforms(String... declaredTransforms) |
A list of the transforms that are declared in the template.
|
ValidateTemplateResponse.Builder |
declaredTransforms(Collection<String> declaredTransforms) |
A list of the transforms that are declared in the template.
|
ValidateTemplateResponse.Builder |
description(String description) |
The description found within the template.
|
ValidateTemplateResponse.Builder |
parameters(Collection<TemplateParameter> parameters) |
A list of
TemplateParameter structures. |
ValidateTemplateResponse.Builder |
parameters(TemplateParameter... parameters) |
A list of
TemplateParameter structures. |
copy
apply, build
ValidateTemplateResponse.Builder parameters(Collection<TemplateParameter> parameters)
A list of TemplateParameter
structures.
parameters
- A list of TemplateParameter
structures.ValidateTemplateResponse.Builder parameters(TemplateParameter... parameters)
A list of TemplateParameter
structures.
NOTE: This method appends the values to the existing list (if any). Use
#setParameters(java.util.Collection)
or #withParameters(java.util.Collection)
if you want to
override the existing values.
parameters
- A list of TemplateParameter
structures.ValidateTemplateResponse.Builder description(String description)
The description found within the template.
description
- The description found within the template.ValidateTemplateResponse.Builder capabilities(Collection<String> capabilities)
The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
capabilities
- The capabilities found within the template. If your template contains IAM resources, you must specify
the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the
CreateStack or UpdateStack actions with your template; otherwise, those actions return
an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
Capability
ValidateTemplateResponse.Builder capabilities(String... capabilities)
The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
NOTE: This method appends the values to the existing list (if any). Use
#setCapabilities(java.util.Collection)
or #withCapabilities(java.util.Collection)
if you want
to override the existing values.
capabilities
- The capabilities found within the template. If your template contains IAM resources, you must specify
the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the
CreateStack or UpdateStack actions with your template; otherwise, those actions return
an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
Capability
ValidateTemplateResponse.Builder capabilities(Capability... capabilities)
The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
NOTE: This method appends the values to the existing list (if any). Use
#setCapabilities(java.util.Collection)
or #withCapabilities(java.util.Collection)
if you want
to override the existing values.
capabilities
- The capabilities found within the template. If your template contains IAM resources, you must specify
the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the
CreateStack or UpdateStack actions with your template; otherwise, those actions return
an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
Capability
ValidateTemplateResponse.Builder capabilitiesReason(String capabilitiesReason)
The list of resources that generated the values in the Capabilities
response element.
capabilitiesReason
- The list of resources that generated the values in the Capabilities
response element.ValidateTemplateResponse.Builder declaredTransforms(Collection<String> declaredTransforms)
A list of the transforms that are declared in the template.
declaredTransforms
- A list of the transforms that are declared in the template.ValidateTemplateResponse.Builder declaredTransforms(String... declaredTransforms)
A list of the transforms that are declared in the template.
NOTE: This method appends the values to the existing list (if any). Use
#setDeclaredTransforms(java.util.Collection)
or #withDeclaredTransforms(java.util.Collection)
if you want to override the existing values.
declaredTransforms
- A list of the transforms that are declared in the template.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.