Uses of Interface
software.amazon.awssdk.services.emrserverless.model.ListJobRunAttemptsRequest.Builder
-
Packages that use ListJobRunAttemptsRequest.Builder Package Description software.amazon.awssdk.services.emrserverless Amazon EMR Serverless is a new deployment option for Amazon EMR.software.amazon.awssdk.services.emrserverless.model -
-
Uses of ListJobRunAttemptsRequest.Builder in software.amazon.awssdk.services.emrserverless
-
Uses of ListJobRunAttemptsRequest.Builder in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return ListJobRunAttemptsRequest.Builder Modifier and Type Method Description ListJobRunAttemptsRequest.BuilderListJobRunAttemptsRequest.Builder. applicationId(String applicationId)The ID of the application for which to list job runs.static ListJobRunAttemptsRequest.BuilderListJobRunAttemptsRequest. builder()ListJobRunAttemptsRequest.BuilderListJobRunAttemptsRequest.Builder. jobRunId(String jobRunId)The ID of the job run to list.ListJobRunAttemptsRequest.BuilderListJobRunAttemptsRequest.Builder. maxResults(Integer maxResults)The maximum number of job run attempts to list.ListJobRunAttemptsRequest.BuilderListJobRunAttemptsRequest.Builder. nextToken(String nextToken)The token for the next set of job run attempt results.ListJobRunAttemptsRequest.BuilderListJobRunAttemptsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListJobRunAttemptsRequest.BuilderListJobRunAttemptsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListJobRunAttemptsRequest.BuilderListJobRunAttemptsRequest. toBuilder()Methods in software.amazon.awssdk.services.emrserverless.model that return types with arguments of type ListJobRunAttemptsRequest.Builder Modifier and Type Method Description static Class<? extends ListJobRunAttemptsRequest.Builder>ListJobRunAttemptsRequest. serializableBuilderClass()
-