public static interface GetExclusionsPreviewResponse.Builder extends InspectorResponse.Builder, SdkPojo, CopyableBuilder<GetExclusionsPreviewResponse.Builder,GetExclusionsPreviewResponse>
| Modifier and Type | Method and Description |
|---|---|
GetExclusionsPreviewResponse.Builder |
exclusionPreviews(Collection<ExclusionPreview> exclusionPreviews)
Information about the exclusions included in the preview.
|
GetExclusionsPreviewResponse.Builder |
exclusionPreviews(Consumer<ExclusionPreview.Builder>... exclusionPreviews)
Information about the exclusions included in the preview.
|
GetExclusionsPreviewResponse.Builder |
exclusionPreviews(ExclusionPreview... exclusionPreviews)
Information about the exclusions included in the preview.
|
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.
|
GetExclusionsPreviewResponse.Builder |
previewStatus(PreviewStatus previewStatus)
Specifies the status of the request to generate an exclusions preview.
|
GetExclusionsPreviewResponse.Builder |
previewStatus(String previewStatus)
Specifies the status of the request to generate an exclusions preview.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetExclusionsPreviewResponse.Builder previewStatus(String previewStatus)
Specifies the status of the request to generate an exclusions preview.
previewStatus - Specifies the status of the request to generate an exclusions preview.PreviewStatus,
PreviewStatusGetExclusionsPreviewResponse.Builder previewStatus(PreviewStatus previewStatus)
Specifies the status of the request to generate an exclusions preview.
previewStatus - Specifies the status of the request to generate an exclusions preview.PreviewStatus,
PreviewStatusGetExclusionsPreviewResponse.Builder exclusionPreviews(Collection<ExclusionPreview> exclusionPreviews)
Information about the exclusions included in the preview.
exclusionPreviews - Information about the exclusions included in the preview.GetExclusionsPreviewResponse.Builder exclusionPreviews(ExclusionPreview... exclusionPreviews)
Information about the exclusions included in the preview.
exclusionPreviews - Information about the exclusions included in the preview.GetExclusionsPreviewResponse.Builder exclusionPreviews(Consumer<ExclusionPreview.Builder>... exclusionPreviews)
Information about the exclusions included in the preview.
This is a convenience method that creates an instance of theExclusionPreview.Builder avoiding the need to create
one manually via ExclusionPreview.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #exclusionPreviews(List.
exclusionPreviews - a consumer that will call methods on
ExclusionPreview.Builder#exclusionPreviews(java.util.Collection) 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.
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.Copyright © 2023. All rights reserved.