Interface GetExclusionsPreviewResponse.Builder

    • Method Detail

      • previewStatus

        GetExclusionsPreviewResponse.Builder previewStatus​(String previewStatus)

        Specifies the status of the request to generate an exclusions preview.

        Parameters:
        previewStatus - Specifies the status of the request to generate an exclusions preview.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PreviewStatus, PreviewStatus
      • previewStatus

        GetExclusionsPreviewResponse.Builder previewStatus​(PreviewStatus previewStatus)

        Specifies the status of the request to generate an exclusions preview.

        Parameters:
        previewStatus - Specifies the status of the request to generate an exclusions preview.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PreviewStatus, PreviewStatus
      • exclusionPreviews

        GetExclusionsPreviewResponse.Builder exclusionPreviews​(Collection<ExclusionPreview> exclusionPreviews)

        Information about the exclusions included in the preview.

        Parameters:
        exclusionPreviews - Information about the exclusions included in the preview.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exclusionPreviews

        GetExclusionsPreviewResponse.Builder exclusionPreviews​(ExclusionPreview... exclusionPreviews)

        Information about the exclusions included in the preview.

        Parameters:
        exclusionPreviews - Information about the exclusions included in the preview.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetExclusionsPreviewResponse.Builder nextToken​(String nextToken)

        When a response is generated, if there is more data to be listed, this parameters is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.

        Parameters:
        nextToken - When a response is generated, if there is more data to be listed, this parameters is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.