public static interface GetJobDocumentRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<GetJobDocumentRequest.Builder,GetJobDocumentRequest>
Modifier and Type | Method and Description |
---|---|
GetJobDocumentRequest.Builder |
jobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
GetJobDocumentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetJobDocumentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetJobDocumentRequest.Builder jobId(String jobId)
The unique identifier you assigned to this job when it was created.
jobId
- The unique identifier you assigned to this job when it was created.GetJobDocumentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetJobDocumentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.