Interface ListMlDataProcessingJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMlDataProcessingJobsRequest.Builder,ListMlDataProcessingJobsRequest>,NeptunedataRequest.Builder,SdkBuilder<ListMlDataProcessingJobsRequest.Builder,ListMlDataProcessingJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMlDataProcessingJobsRequest
public static interface ListMlDataProcessingJobsRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<ListMlDataProcessingJobsRequest.Builder,ListMlDataProcessingJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMlDataProcessingJobsRequest.BuildermaxItems(Integer maxItems)The maximum number of items to return (from 1 to 1024; the default is 10).ListMlDataProcessingJobsRequest.BuilderneptuneIamRoleArn(String neptuneIamRoleArn)The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.ListMlDataProcessingJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMlDataProcessingJobsRequest.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.neptunedata.model.NeptunedataRequest.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
-
maxItems
ListMlDataProcessingJobsRequest.Builder maxItems(Integer maxItems)
The maximum number of items to return (from 1 to 1024; the default is 10).
- Parameters:
maxItems- The maximum number of items to return (from 1 to 1024; the default is 10).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
neptuneIamRoleArn
ListMlDataProcessingJobsRequest.Builder neptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
- Parameters:
neptuneIamRoleArn- The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMlDataProcessingJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMlDataProcessingJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-