Interface UpdateHubContentReferenceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateHubContentReferenceResponse.Builder,
,UpdateHubContentReferenceResponse> SageMakerResponse.Builder
,SdkBuilder<UpdateHubContentReferenceResponse.Builder,
,UpdateHubContentReferenceResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateHubContentReferenceResponse
@Mutable
@NotThreadSafe
public static interface UpdateHubContentReferenceResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<UpdateHubContentReferenceResponse.Builder,UpdateHubContentReferenceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the private model hub that contains the updated hub content.hubContentArn
(String hubContentArn) The ARN of the hub content resource that was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
hubArn
The ARN of the private model hub that contains the updated hub content.
- Parameters:
hubArn
- The ARN of the private model hub that contains the updated hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentArn
The ARN of the hub content resource that was updated.
- Parameters:
hubContentArn
- The ARN of the hub content resource that was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-