Interface GetJobRunRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetJobRunRequest.Builder,GetJobRunRequest>,DataZoneRequest.Builder,SdkBuilder<GetJobRunRequest.Builder,GetJobRunRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetJobRunRequest
public static interface GetJobRunRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<GetJobRunRequest.Builder,GetJobRunRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetJobRunRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the domain.GetJobRunRequest.Builderidentifier(String identifier)The ID of the job run.GetJobRunRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetJobRunRequest.BuilderoverrideConfiguration(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.datazone.model.DataZoneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
domainIdentifier
GetJobRunRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the domain.
- Parameters:
domainIdentifier- The ID of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
GetJobRunRequest.Builder identifier(String identifier)
The ID of the job run.
- Parameters:
identifier- The ID of the job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetJobRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetJobRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-