Interface ListMlModelTrainingJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMlModelTrainingJobsRequest.Builder,ListMlModelTrainingJobsRequest>,NeptunedataRequest.Builder,SdkBuilder<ListMlModelTrainingJobsRequest.Builder,ListMlModelTrainingJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMlModelTrainingJobsRequest
public static interface ListMlModelTrainingJobsRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<ListMlModelTrainingJobsRequest.Builder,ListMlModelTrainingJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMlModelTrainingJobsRequest.BuildermaxItems(Integer maxItems)The maximum number of items to return (from 1 to 1024; the default is 10).ListMlModelTrainingJobsRequest.BuilderneptuneIamRoleArn(String neptuneIamRoleArn)The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.ListMlModelTrainingJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMlModelTrainingJobsRequest.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
ListMlModelTrainingJobsRequest.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
ListMlModelTrainingJobsRequest.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
ListMlModelTrainingJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMlModelTrainingJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-