public static interface DeleteHubContentRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<DeleteHubContentRequest.Builder,DeleteHubContentRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteHubContentRequest.Builder |
hubContentName(String hubContentName)
The name of the content that you want to delete from a hub.
|
DeleteHubContentRequest.Builder |
hubContentType(HubContentType hubContentType)
The type of content that you want to delete from a hub.
|
DeleteHubContentRequest.Builder |
hubContentType(String hubContentType)
The type of content that you want to delete from a hub.
|
DeleteHubContentRequest.Builder |
hubContentVersion(String hubContentVersion)
The version of the content that you want to delete from a hub.
|
DeleteHubContentRequest.Builder |
hubName(String hubName)
The name of the hub that you want to delete content in.
|
DeleteHubContentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteHubContentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteHubContentRequest.Builder hubName(String hubName)
The name of the hub that you want to delete content in.
hubName - The name of the hub that you want to delete content in.DeleteHubContentRequest.Builder hubContentType(String hubContentType)
The type of content that you want to delete from a hub.
hubContentType - The type of content that you want to delete from a hub.HubContentType,
HubContentTypeDeleteHubContentRequest.Builder hubContentType(HubContentType hubContentType)
The type of content that you want to delete from a hub.
hubContentType - The type of content that you want to delete from a hub.HubContentType,
HubContentTypeDeleteHubContentRequest.Builder hubContentName(String hubContentName)
The name of the content that you want to delete from a hub.
hubContentName - The name of the content that you want to delete from a hub.DeleteHubContentRequest.Builder hubContentVersion(String hubContentVersion)
The version of the content that you want to delete from a hub.
hubContentVersion - The version of the content that you want to delete from a hub.DeleteHubContentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteHubContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.