Interface Change.Builder

    • Method Detail

      • type

        Change.Builder type​(String type)

        The type of entity that CloudFormation changes.

        • Resource This change is for a resource.

        Parameters:
        type - The type of entity that CloudFormation changes.

        • Resource This change is for a resource.

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

        Change.Builder type​(ChangeType type)

        The type of entity that CloudFormation changes.

        • Resource This change is for a resource.

        Parameters:
        type - The type of entity that CloudFormation changes.

        • Resource This change is for a resource.

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

        Change.Builder hookInvocationCount​(Integer hookInvocationCount)

        Is either null, if no hooks invoke for the resource, or contains the number of hooks that will invoke for the resource.

        Parameters:
        hookInvocationCount - Is either null, if no hooks invoke for the resource, or contains the number of hooks that will invoke for the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceChange

        Change.Builder resourceChange​(ResourceChange resourceChange)

        A ResourceChange structure that describes the resource and action that CloudFormation will perform.

        Parameters:
        resourceChange - A ResourceChange structure that describes the resource and action that CloudFormation will perform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.