Interface GetJobDocumentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetJobDocumentRequest.Builder,GetJobDocumentRequest>
,IotRequest.Builder
,SdkBuilder<GetJobDocumentRequest.Builder,GetJobDocumentRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- GetJobDocumentRequest
public static interface GetJobDocumentRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<GetJobDocumentRequest.Builder,GetJobDocumentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetJobDocumentRequest.Builder
beforeSubstitution(Boolean beforeSubstitution)
A flag that provides a view of the job document before and after the substitution parameters have been resolved with their exact values.GetJobDocumentRequest.Builder
jobId(String jobId)
The unique identifier you assigned to this job when it was created.GetJobDocumentRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetJobDocumentRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
jobId
GetJobDocumentRequest.Builder jobId(String jobId)
The unique identifier you assigned to this job when it was created.
- Parameters:
jobId
- The unique identifier you assigned to this job when it was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
beforeSubstitution
GetJobDocumentRequest.Builder beforeSubstitution(Boolean beforeSubstitution)
A flag that provides a view of the job document before and after the substitution parameters have been resolved with their exact values.
- Parameters:
beforeSubstitution
- A flag that provides a view of the job document before and after the substitution parameters have been resolved with their exact values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetJobDocumentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetJobDocumentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-