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