Interface UpdateHubContentReferenceResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateHubContentReferenceResponse.Builder,,UpdateHubContentReferenceResponse> SageMakerResponse.Builder,SdkBuilder<UpdateHubContentReferenceResponse.Builder,,UpdateHubContentReferenceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateHubContentReferenceResponse
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
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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.
 
 
 -