Interface DeleteHubContentRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<DeleteHubContentRequest.Builder,,DeleteHubContentRequest> SageMakerRequest.Builder,SdkBuilder<DeleteHubContentRequest.Builder,,DeleteHubContentRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 DeleteHubContentRequest
public static interface DeleteHubContentRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<DeleteHubContentRequest.Builder,DeleteHubContentRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionhubContentName(String hubContentName) The name of the content that you want to delete from a hub.hubContentType(String hubContentType) The type of content that you want to delete from a hub.hubContentType(HubContentType hubContentType) The type of content that you want to delete from a hub.hubContentVersion(String hubContentVersion) The version of the content that you want to delete from a hub.The name of the hub that you want to delete content in.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
hubName
The name of the hub that you want to delete content in.
- Parameters:
 hubName- The name of the hub that you want to delete content in.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
hubContentType
The type of content that you want to delete from a hub.
- Parameters:
 hubContentType- The type of content that you want to delete from a hub.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
hubContentType
The type of content that you want to delete from a hub.
- Parameters:
 hubContentType- The type of content that you want to delete from a hub.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
hubContentName
The name of the content that you want to delete from a hub.
- Parameters:
 hubContentName- The name of the content that you want to delete from a hub.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
hubContentVersion
The version of the content that you want to delete from a hub.
- Parameters:
 hubContentVersion- The version of the content that you want to delete from a hub.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
DeleteHubContentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
DeleteHubContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -