Interface GetDashboardForJobRunRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetDashboardForJobRunRequest.Builder,GetDashboardForJobRunRequest>
,EmrServerlessRequest.Builder
,SdkBuilder<GetDashboardForJobRunRequest.Builder,GetDashboardForJobRunRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- GetDashboardForJobRunRequest
public static interface GetDashboardForJobRunRequest.Builder extends EmrServerlessRequest.Builder, SdkPojo, CopyableBuilder<GetDashboardForJobRunRequest.Builder,GetDashboardForJobRunRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDashboardForJobRunRequest.Builder
applicationId(String applicationId)
The ID of the application.GetDashboardForJobRunRequest.Builder
jobRunId(String jobRunId)
The ID of the job run.GetDashboardForJobRunRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetDashboardForJobRunRequest.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.emrserverless.model.EmrServerlessRequest.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
-
applicationId
GetDashboardForJobRunRequest.Builder applicationId(String applicationId)
The ID of the application.
- Parameters:
applicationId
- The ID of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobRunId
GetDashboardForJobRunRequest.Builder jobRunId(String jobRunId)
The ID of the job run.
- Parameters:
jobRunId
- The ID of the job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDashboardForJobRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetDashboardForJobRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-