Interface StackResourceDetail.Builder

    • Method Detail

      • stackName

        StackResourceDetail.Builder stackName​(String stackName)

        The name associated with the stack.

        Parameters:
        stackName - The name associated with the stack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stackId

        StackResourceDetail.Builder stackId​(String stackId)

        Unique identifier of the stack.

        Parameters:
        stackId - Unique identifier of the stack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logicalResourceId

        StackResourceDetail.Builder logicalResourceId​(String logicalResourceId)

        The logical name of the resource specified in the template.

        Parameters:
        logicalResourceId - The logical name of the resource specified in the template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • physicalResourceId

        StackResourceDetail.Builder physicalResourceId​(String physicalResourceId)

        The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.

        Parameters:
        physicalResourceId - The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTimestamp

        StackResourceDetail.Builder lastUpdatedTimestamp​(Instant lastUpdatedTimestamp)

        Time the status was updated.

        Parameters:
        lastUpdatedTimestamp - Time the status was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceStatus

        StackResourceDetail.Builder resourceStatus​(String resourceStatus)

        Current status of the resource.

        Parameters:
        resourceStatus - Current status of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceStatus, ResourceStatus
      • resourceStatusReason

        StackResourceDetail.Builder resourceStatusReason​(String resourceStatusReason)

        Success/failure message associated with the resource.

        Parameters:
        resourceStatusReason - Success/failure message associated with the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        StackResourceDetail.Builder description​(String description)

        User defined description associated with the resource.

        Parameters:
        description - User defined description associated with the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metadata

        StackResourceDetail.Builder metadata​(String metadata)

        The content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the CloudFormation User Guide.

        Parameters:
        metadata - The content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the CloudFormation User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • moduleInfo

        StackResourceDetail.Builder moduleInfo​(ModuleInfo moduleInfo)

        Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.

        Parameters:
        moduleInfo - Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.