Interface CreateCloudFormationTemplateResponse.Builder

    • Method Detail

      • applicationId

        CreateCloudFormationTemplateResponse.Builder applicationId​(String applicationId)

        The application Amazon Resource Name (ARN).

        Parameters:
        applicationId - The application Amazon Resource Name (ARN).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        CreateCloudFormationTemplateResponse.Builder creationTime​(String creationTime)

        The date and time this resource was created.

        Parameters:
        creationTime - The date and time this resource was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expirationTime

        CreateCloudFormationTemplateResponse.Builder expirationTime​(String expirationTime)

        The date and time this template expires. Templates expire 1 hour after creation.

        Parameters:
        expirationTime - The date and time this template expires. Templates expire 1 hour after creation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        CreateCloudFormationTemplateResponse.Builder status​(String status)

        Status of the template creation workflow.

        Possible values: PREPARING | ACTIVE | EXPIRED

        Parameters:
        status - Status of the template creation workflow.

        Possible values: PREPARING | ACTIVE | EXPIRED

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • status

        CreateCloudFormationTemplateResponse.Builder status​(Status status)

        Status of the template creation workflow.

        Possible values: PREPARING | ACTIVE | EXPIRED

        Parameters:
        status - Status of the template creation workflow.

        Possible values: PREPARING | ACTIVE | EXPIRED

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • templateId

        CreateCloudFormationTemplateResponse.Builder templateId​(String templateId)

        The UUID returned by CreateCloudFormationTemplate.

        Pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}

        Parameters:
        templateId - The UUID returned by CreateCloudFormationTemplate.

        Pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}

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

        CreateCloudFormationTemplateResponse.Builder templateUrl​(String templateUrl)

        A link to the template that can be used to deploy the application using AWS CloudFormation.

        Parameters:
        templateUrl - A link to the template that can be used to deploy the application using AWS CloudFormation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.