Interface DescribeStackResourceDriftsRequest.Builder

    • Method Detail

      • stackName

        DescribeStackResourceDriftsRequest.Builder stackName​(String stackName)

        The name of the stack for which you want drift information.

        Parameters:
        stackName - The name of the stack for which you want drift information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stackResourceDriftStatusFiltersWithStrings

        DescribeStackResourceDriftsRequest.Builder stackResourceDriftStatusFiltersWithStrings​(Collection<String> stackResourceDriftStatusFilters)

        The resource drift status values to use as filters for the resource drift results returned.

        • DELETED: The resource differs from its expected template configuration in that the resource has been deleted.

        • MODIFIED: One or more resource properties differ from their expected template values.

        • IN_SYNC: The resource's actual configuration matches its expected template configuration.

        • NOT_CHECKED: CloudFormation doesn't currently return this value.

        Parameters:
        stackResourceDriftStatusFilters - The resource drift status values to use as filters for the resource drift results returned.

        • DELETED: The resource differs from its expected template configuration in that the resource has been deleted.

        • MODIFIED: One or more resource properties differ from their expected template values.

        • IN_SYNC: The resource's actual configuration matches its expected template configuration.

        • NOT_CHECKED: CloudFormation doesn't currently return this value.

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

        DescribeStackResourceDriftsRequest.Builder stackResourceDriftStatusFiltersWithStrings​(String... stackResourceDriftStatusFilters)

        The resource drift status values to use as filters for the resource drift results returned.

        • DELETED: The resource differs from its expected template configuration in that the resource has been deleted.

        • MODIFIED: One or more resource properties differ from their expected template values.

        • IN_SYNC: The resource's actual configuration matches its expected template configuration.

        • NOT_CHECKED: CloudFormation doesn't currently return this value.

        Parameters:
        stackResourceDriftStatusFilters - The resource drift status values to use as filters for the resource drift results returned.

        • DELETED: The resource differs from its expected template configuration in that the resource has been deleted.

        • MODIFIED: One or more resource properties differ from their expected template values.

        • IN_SYNC: The resource's actual configuration matches its expected template configuration.

        • NOT_CHECKED: CloudFormation doesn't currently return this value.

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

        DescribeStackResourceDriftsRequest.Builder stackResourceDriftStatusFilters​(Collection<StackResourceDriftStatus> stackResourceDriftStatusFilters)

        The resource drift status values to use as filters for the resource drift results returned.

        • DELETED: The resource differs from its expected template configuration in that the resource has been deleted.

        • MODIFIED: One or more resource properties differ from their expected template values.

        • IN_SYNC: The resource's actual configuration matches its expected template configuration.

        • NOT_CHECKED: CloudFormation doesn't currently return this value.

        Parameters:
        stackResourceDriftStatusFilters - The resource drift status values to use as filters for the resource drift results returned.

        • DELETED: The resource differs from its expected template configuration in that the resource has been deleted.

        • MODIFIED: One or more resource properties differ from their expected template values.

        • IN_SYNC: The resource's actual configuration matches its expected template configuration.

        • NOT_CHECKED: CloudFormation doesn't currently return this value.

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

        DescribeStackResourceDriftsRequest.Builder stackResourceDriftStatusFilters​(StackResourceDriftStatus... stackResourceDriftStatusFilters)

        The resource drift status values to use as filters for the resource drift results returned.

        • DELETED: The resource differs from its expected template configuration in that the resource has been deleted.

        • MODIFIED: One or more resource properties differ from their expected template values.

        • IN_SYNC: The resource's actual configuration matches its expected template configuration.

        • NOT_CHECKED: CloudFormation doesn't currently return this value.

        Parameters:
        stackResourceDriftStatusFilters - The resource drift status values to use as filters for the resource drift results returned.

        • DELETED: The resource differs from its expected template configuration in that the resource has been deleted.

        • MODIFIED: One or more resource properties differ from their expected template values.

        • IN_SYNC: The resource's actual configuration matches its expected template configuration.

        • NOT_CHECKED: CloudFormation doesn't currently return this value.

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

        DescribeStackResourceDriftsRequest.Builder nextToken​(String nextToken)

        A string that identifies the next page of stack resource drift results.

        Parameters:
        nextToken - A string that identifies the next page of stack resource drift results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        DescribeStackResourceDriftsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.

        Parameters:
        maxResults - The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.