Interface GetTemplateSummaryResponse.Builder

    • Method Detail

      • parameters

        GetTemplateSummaryResponse.Builder parameters​(Collection<ParameterDeclaration> 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

        GetTemplateSummaryResponse.Builder parameters​(ParameterDeclaration... 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.
      • 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

        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

        GetTemplateSummaryResponse.Builder version​(String 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

        GetTemplateSummaryResponse.Builder metadata​(String 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).

        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:
        #resourceIdentifierSummaries(java.util.Collection)
      • warnings

        GetTemplateSummaryResponse.Builder warnings​(Warnings warnings)

        An object that contains any warnings returned.

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