Interface GetDashboardForJobRunRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetDashboardForJobRunRequest.Builder,
,GetDashboardForJobRunRequest> EmrServerlessRequest.Builder
,SdkBuilder<GetDashboardForJobRunRequest.Builder,
,GetDashboardForJobRunRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetDashboardForJobRunRequest
@Mutable
@NotThreadSafe
public static interface GetDashboardForJobRunRequest.Builder
extends EmrServerlessRequest.Builder, SdkPojo, CopyableBuilder<GetDashboardForJobRunRequest.Builder,GetDashboardForJobRunRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaccessSystemProfileLogs
(Boolean accessSystemProfileLogs) Allows access to system profile logs for Lake Formation-enabled jobs.applicationId
(String applicationId) The ID of the application.An optimal parameter that indicates the amount of attempts for the job.The ID of the job run.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-
attempt
An optimal parameter that indicates the amount of attempts for the job. If not specified, this value defaults to the attempt of the latest job.
- Parameters:
attempt
- An optimal parameter that indicates the amount of attempts for the job. If not specified, this value defaults to the attempt of the latest job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessSystemProfileLogs
Allows access to system profile logs for Lake Formation-enabled jobs. Default is false.
- Parameters:
accessSystemProfileLogs
- Allows access to system profile logs for Lake Formation-enabled jobs. Default is false.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDashboardForJobRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetDashboardForJobRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-