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 SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.emrserverless.model.EmrServerlessRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationIdThe 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.
 
- 
jobRunIdThe 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.
 
- 
attemptAn 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.
 
- 
accessSystemProfileLogsAllows 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.
 
- 
overrideConfigurationGetDashboardForJobRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetDashboardForJobRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-