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
Modifier and TypeMethodDescriptionhubContentArn(String hubContentArn) The ARN of your private model hub content.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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.
 
 
 -