Interface GetTemplateSummaryResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CloudFormationResponse.Builder, CopyableBuilder<GetTemplateSummaryResponse.Builder,GetTemplateSummaryResponse>, SdkBuilder<GetTemplateSummaryResponse.Builder,GetTemplateSummaryResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetTemplateSummaryResponse

  • Method Details

    • parameters

      A list of parameter declarations that describe various properties for each parameter.

      Parameters:
      parameters - A list of parameter declarations that describe various properties for each parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameters

      A list of parameter declarations that describe various properties for each parameter.

      Parameters:
      parameters - A list of parameter declarations that describe various properties for each parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameters

      A list of parameter declarations that describe various properties for each parameter.

      This is a convenience method that creates an instance of the ParameterDeclaration.Builder avoiding the need to create one manually via ParameterDeclaration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to parameters(List<ParameterDeclaration>).

      Parameters:
      parameters - a consumer that will call methods on ParameterDeclaration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • description

      GetTemplateSummaryResponse.Builder description(String description)

      The value that's defined in the Description property of the template.

      Parameters:
      description - The value that's defined in the Description property of the template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • capabilitiesWithStrings

      GetTemplateSummaryResponse.Builder capabilitiesWithStrings(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 CloudFormation Templates.

      Parameters:
      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 CloudFormation Templates.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • capabilitiesWithStrings

      GetTemplateSummaryResponse.Builder capabilitiesWithStrings(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 CloudFormation Templates.

      Parameters:
      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 CloudFormation Templates.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 CloudFormation Templates.

      Parameters:
      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 CloudFormation Templates.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • capabilities

      GetTemplateSummaryResponse.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 CloudFormation Templates.

      Parameters:
      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 CloudFormation Templates.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • capabilitiesReason

      GetTemplateSummaryResponse.Builder capabilitiesReason(String capabilitiesReason)

      The list of resources that generated the values in the Capabilities response element.

      Parameters:
      capabilitiesReason - The list of resources that generated the values in the Capabilities response element.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTypes

      GetTemplateSummaryResponse.Builder resourceTypes(Collection<String> resourceTypes)

      A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.

      Parameters:
      resourceTypes - A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTypes

      GetTemplateSummaryResponse.Builder resourceTypes(String... resourceTypes)

      A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.

      Parameters:
      resourceTypes - A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      The Amazon Web Services template format version, which identifies the capabilities of the template.

      Parameters:
      version - The Amazon Web Services template format version, which identifies the capabilities of the template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metadata

      The value that's defined for the Metadata property of the template.

      Parameters:
      metadata - The value that's defined for the Metadata property of the template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • declaredTransforms

      GetTemplateSummaryResponse.Builder declaredTransforms(Collection<String> declaredTransforms)

      A list of the transforms that are declared in the template.

      Parameters:
      declaredTransforms - A list of the transforms that are declared in the template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • declaredTransforms

      GetTemplateSummaryResponse.Builder declaredTransforms(String... declaredTransforms)

      A list of the transforms that are declared in the template.

      Parameters:
      declaredTransforms - A list of the transforms that are declared in the template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceIdentifierSummaries

      GetTemplateSummaryResponse.Builder resourceIdentifierSummaries(Collection<ResourceIdentifierSummary> resourceIdentifierSummaries)

      A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources. For example, BucketName is a possible identifier property for an AWS::S3::Bucket resource.

      Parameters:
      resourceIdentifierSummaries - A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources. For example, BucketName is a possible identifier property for an AWS::S3::Bucket resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceIdentifierSummaries

      GetTemplateSummaryResponse.Builder resourceIdentifierSummaries(ResourceIdentifierSummary... resourceIdentifierSummaries)

      A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources. For example, BucketName is a possible identifier property for an AWS::S3::Bucket resource.

      Parameters:
      resourceIdentifierSummaries - A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources. For example, BucketName is a possible identifier property for an AWS::S3::Bucket resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceIdentifierSummaries

      GetTemplateSummaryResponse.Builder resourceIdentifierSummaries(Consumer<ResourceIdentifierSummary.Builder>... resourceIdentifierSummaries)

      A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources. For example, BucketName is a possible identifier property for an AWS::S3::Bucket resource.

      This is a convenience method that creates an instance of the ResourceIdentifierSummary.Builder avoiding the need to create one manually via ResourceIdentifierSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to resourceIdentifierSummaries(List<ResourceIdentifierSummary>).

      Parameters:
      resourceIdentifierSummaries - a consumer that will call methods on ResourceIdentifierSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • warnings

      An object containing any warnings returned.

      Parameters:
      warnings - An object containing any warnings returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • warnings

      An object containing any warnings returned.

      This is a convenience method that creates an instance of the Warnings.Builder avoiding the need to create one manually via Warnings.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to warnings(Warnings).

      Parameters:
      warnings - a consumer that will call methods on Warnings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: