Interface InferenceHubAccessConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InferenceHubAccessConfig.Builder,
,InferenceHubAccessConfig> SdkBuilder<InferenceHubAccessConfig.Builder,
,InferenceHubAccessConfig> SdkPojo
- Enclosing class:
InferenceHubAccessConfig
@Mutable
@NotThreadSafe
public static interface InferenceHubAccessConfig.Builder
extends SdkPojo, CopyableBuilder<InferenceHubAccessConfig.Builder,InferenceHubAccessConfig>
-
Method Summary
Modifier and TypeMethodDescriptionhubContentArn
(String hubContentArn) The ARN of the hub content for which deployment access is allowed.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 Details
-
hubContentArn
The ARN of the hub content for which deployment access is allowed.
- Parameters:
hubContentArn
- The ARN of the hub content for which deployment access is allowed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-