Interface InferenceHubAccessConfig.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<InferenceHubAccessConfig.Builder,InferenceHubAccessConfig>
,SdkBuilder<InferenceHubAccessConfig.Builder,InferenceHubAccessConfig>
,SdkPojo
- Enclosing class:
- InferenceHubAccessConfig
public static interface InferenceHubAccessConfig.Builder extends SdkPojo, CopyableBuilder<InferenceHubAccessConfig.Builder,InferenceHubAccessConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InferenceHubAccessConfig.Builder
hubContentArn(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, sdkFields
-
-
-
-
Method Detail
-
hubContentArn
InferenceHubAccessConfig.Builder hubContentArn(String 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.
-
-