public static interface CreateExportJobRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<CreateExportJobRequest.Builder,CreateExportJobRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateExportJobRequest.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
default CreateExportJobRequest.Builder |
exportJobRequest(Consumer<ExportJobRequest.Builder> exportJobRequest)
Sets the value of the ExportJobRequest property for this object.
|
CreateExportJobRequest.Builder |
exportJobRequest(ExportJobRequest exportJobRequest)
Sets the value of the ExportJobRequest property for this object.
|
CreateExportJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateExportJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateExportJobRequest.Builder applicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on
the Amazon Pinpoint console.CreateExportJobRequest.Builder exportJobRequest(ExportJobRequest exportJobRequest)
exportJobRequest - The new value for the ExportJobRequest property for this object.default CreateExportJobRequest.Builder exportJobRequest(Consumer<ExportJobRequest.Builder> exportJobRequest)
ExportJobRequest.Builder avoiding the need to
create one manually via ExportJobRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to exportJobRequest(ExportJobRequest).exportJobRequest - a consumer that will call methods on ExportJobRequest.BuilderexportJobRequest(ExportJobRequest)CreateExportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateExportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.