Interface ImportHubContentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ImportHubContentResponse.Builder,ImportHubContentResponse>
,SageMakerResponse.Builder
,SdkBuilder<ImportHubContentResponse.Builder,ImportHubContentResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- ImportHubContentResponse
public static interface ImportHubContentResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ImportHubContentResponse.Builder,ImportHubContentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportHubContentResponse.Builder
hubArn(String hubArn)
The ARN of the hub that the content was imported into.ImportHubContentResponse.Builder
hubContentArn(String hubContentArn)
The ARN of the hub content that was imported.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
hubArn
ImportHubContentResponse.Builder hubArn(String hubArn)
The ARN of the hub that the content was imported into.
- Parameters:
hubArn
- The ARN of the hub that the content was imported into.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentArn
ImportHubContentResponse.Builder hubContentArn(String hubContentArn)
The ARN of the hub content that was imported.
- Parameters:
hubContentArn
- The ARN of the hub content that was imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-