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, sdkHttpResponsecopyapplyMutation, 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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #exclusionPreviews(List) .exclusionPreviews - a consumer that will call methods on List.Builder #exclusionPreviews(List) 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.