Interface UpdateHubContentReferenceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateHubContentReferenceRequest.Builder,UpdateHubContentReferenceRequest>
,SageMakerRequest.Builder
,SdkBuilder<UpdateHubContentReferenceRequest.Builder,UpdateHubContentReferenceRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateHubContentReferenceRequest
public static interface UpdateHubContentReferenceRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateHubContentReferenceRequest.Builder,UpdateHubContentReferenceRequest>
-
-
Method Summary
-
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.sagemaker.model.SageMakerRequest.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
-
hubName
UpdateHubContentReferenceRequest.Builder hubName(String hubName)
The name of the SageMaker hub that contains the hub content you want to update. You can optionally use the hub ARN instead.
- Parameters:
hubName
- The name of the SageMaker hub that contains the hub content you want to update. You can optionally use the hub ARN instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentName
UpdateHubContentReferenceRequest.Builder hubContentName(String hubContentName)
The name of the hub content resource that you want to update.
- Parameters:
hubContentName
- The name of the hub content resource that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentType
UpdateHubContentReferenceRequest.Builder hubContentType(String hubContentType)
The content type of the resource that you want to update. Only specify a
ModelReference
resource for this API. To update aModel
orNotebook
resource, use theUpdateHubContent
API instead.- Parameters:
hubContentType
- The content type of the resource that you want to update. Only specify aModelReference
resource for this API. To update aModel
orNotebook
resource, use theUpdateHubContent
API instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HubContentType
,HubContentType
-
hubContentType
UpdateHubContentReferenceRequest.Builder hubContentType(HubContentType hubContentType)
The content type of the resource that you want to update. Only specify a
ModelReference
resource for this API. To update aModel
orNotebook
resource, use theUpdateHubContent
API instead.- Parameters:
hubContentType
- The content type of the resource that you want to update. Only specify aModelReference
resource for this API. To update aModel
orNotebook
resource, use theUpdateHubContent
API instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HubContentType
,HubContentType
-
minVersion
UpdateHubContentReferenceRequest.Builder minVersion(String minVersion)
The minimum hub content version of the referenced model that you want to use. The minimum version must be older than the latest available version of the referenced model. To support all versions of a model, set the value to
1.0.0
.- Parameters:
minVersion
- The minimum hub content version of the referenced model that you want to use. The minimum version must be older than the latest available version of the referenced model. To support all versions of a model, set the value to1.0.0
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateHubContentReferenceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateHubContentReferenceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-