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.Builder
hubContentName(String hubContentName)
The name of the 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
hubContentType(HubContentType 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DeleteHubContentRequest.Builder
overrideConfiguration(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, sdkFieldNameToField, 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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteHubContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-