public static interface CreateExportJobResponse.Builder extends PinpointResponse.Builder, SdkPojo, CopyableBuilder<CreateExportJobResponse.Builder,CreateExportJobResponse>
Modifier and Type | Method and Description |
---|---|
default CreateExportJobResponse.Builder |
exportJobResponse(Consumer<ExportJobResponse.Builder> exportJobResponse)
Sets the value of the ExportJobResponse property for this object.
|
CreateExportJobResponse.Builder |
exportJobResponse(ExportJobResponse exportJobResponse)
Sets the value of the ExportJobResponse property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateExportJobResponse.Builder exportJobResponse(ExportJobResponse exportJobResponse)
exportJobResponse
- The new value for the ExportJobResponse property for this object.default CreateExportJobResponse.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.