Interface CreateExclusionsPreviewResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateExclusionsPreviewResponse.Builder,CreateExclusionsPreviewResponse>,InspectorResponse.Builder,SdkBuilder<CreateExclusionsPreviewResponse.Builder,CreateExclusionsPreviewResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateExclusionsPreviewResponse
public static interface CreateExclusionsPreviewResponse.Builder extends InspectorResponse.Builder, SdkPojo, CopyableBuilder<CreateExclusionsPreviewResponse.Builder,CreateExclusionsPreviewResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateExclusionsPreviewResponse.BuilderpreviewToken(String previewToken)Specifies the unique identifier of the requested exclusions preview.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.inspector.model.InspectorResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
previewToken
CreateExclusionsPreviewResponse.Builder previewToken(String previewToken)
Specifies the unique identifier of the requested exclusions preview. You can use the unique identifier to retrieve the exclusions preview when running the GetExclusionsPreview API.
- Parameters:
previewToken- Specifies the unique identifier of the requested exclusions preview. You can use the unique identifier to retrieve the exclusions preview when running the GetExclusionsPreview API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-