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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateHubContentReferenceResponse.BuilderhubArn(String hubArn)The ARN of the private model hub that contains the updated hub content.UpdateHubContentReferenceResponse.BuilderhubContentArn(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 Detail
-
hubArn
UpdateHubContentReferenceResponse.Builder hubArn(String 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
UpdateHubContentReferenceResponse.Builder hubContentArn(String 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.
-
-