public static interface GetExportJobResponse.Builder extends PinpointResponse.Builder, SdkPojo, CopyableBuilder<GetExportJobResponse.Builder,GetExportJobResponse>
Modifier and Type | Method and Description |
---|---|
default GetExportJobResponse.Builder |
exportJobResponse(Consumer<ExportJobResponse.Builder> exportJobResponse)
Sets the value of the ExportJobResponse property for this object.
|
GetExportJobResponse.Builder |
exportJobResponse(ExportJobResponse exportJobResponse)
Sets the value of the ExportJobResponse property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetExportJobResponse.Builder exportJobResponse(ExportJobResponse exportJobResponse)
exportJobResponse
- The new value for the ExportJobResponse property for this object.default GetExportJobResponse.Builder exportJobResponse(Consumer<ExportJobResponse.Builder> exportJobResponse)
ExportJobResponse.Builder
avoiding the need to
create one manually via ExportJobResponse.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to exportJobResponse(ExportJobResponse)
.exportJobResponse
- a consumer that will call methods on ExportJobResponse.Builder
exportJobResponse(ExportJobResponse)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.