Interface HubAccessConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HubAccessConfig.Builder,HubAccessConfig>,SdkBuilder<HubAccessConfig.Builder,HubAccessConfig>,SdkPojo
- Enclosing class:
- HubAccessConfig
@Mutable @NotThreadSafe public static interface HubAccessConfig.Builder extends SdkPojo, CopyableBuilder<HubAccessConfig.Builder,HubAccessConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HubAccessConfig.BuilderhubContentArn(String hubContentArn)The ARN of your private model hub content.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
hubContentArn
HubAccessConfig.Builder hubContentArn(String hubContentArn)
The ARN of your private model hub content. This should be a
ModelReferenceresource type that points to a SageMaker JumpStart public hub model.- Parameters:
hubContentArn- The ARN of your private model hub content. This should be aModelReferenceresource type that points to a SageMaker JumpStart public hub model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-