Interface GetMlEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetMlEndpointRequest.Builder,GetMlEndpointRequest>,NeptunedataRequest.Builder,SdkBuilder<GetMlEndpointRequest.Builder,GetMlEndpointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetMlEndpointRequest
public static interface GetMlEndpointRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<GetMlEndpointRequest.Builder,GetMlEndpointRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMlEndpointRequest.Builderid(String id)The unique identifier of the inference endpoint.GetMlEndpointRequest.BuilderneptuneIamRoleArn(String neptuneIamRoleArn)The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.GetMlEndpointRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMlEndpointRequest.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
-
id
GetMlEndpointRequest.Builder id(String id)
The unique identifier of the inference endpoint.
- Parameters:
id- The unique identifier of the inference endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
neptuneIamRoleArn
GetMlEndpointRequest.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
GetMlEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetMlEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-