Interface ChangeSetHookResourceTargetDetails.Builder

    • Method Detail

      • logicalResourceId

        ChangeSetHookResourceTargetDetails.Builder logicalResourceId​(String logicalResourceId)

        The resource's logical ID, which is defined in the stack's template.

        Parameters:
        logicalResourceId - The resource's logical ID, which is defined in the stack's template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceType

        ChangeSetHookResourceTargetDetails.Builder resourceType​(String resourceType)

        The type of CloudFormation resource, such as AWS::S3::Bucket.

        Parameters:
        resourceType - The type of CloudFormation resource, such as AWS::S3::Bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.