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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteHubContentRequest.BuilderhubContentName(String hubContentName)The name of the content that you want to delete from a hub.DeleteHubContentRequest.BuilderhubContentType(String hubContentType)The type of content that you want to delete from a hub.DeleteHubContentRequest.BuilderhubContentType(HubContentType hubContentType)The type of content that you want to delete from a hub.DeleteHubContentRequest.BuilderhubContentVersion(String hubContentVersion)The version of the content that you want to delete from a hub.DeleteHubContentRequest.BuilderhubName(String hubName)The name of the hub that you want to delete content in.DeleteHubContentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteHubContentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
hubName
DeleteHubContentRequest.Builder hubName(String 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
DeleteHubContentRequest.Builder hubContentType(String 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,HubContentType
-
hubContentType
DeleteHubContentRequest.Builder hubContentType(HubContentType 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,HubContentType
-
hubContentName
DeleteHubContentRequest.Builder hubContentName(String 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
DeleteHubContentRequest.Builder hubContentVersion(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteHubContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-