Interface DeleteHubContentReferenceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteHubContentReferenceRequest.Builder,DeleteHubContentReferenceRequest>
,SageMakerRequest.Builder
,SdkBuilder<DeleteHubContentReferenceRequest.Builder,DeleteHubContentReferenceRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DeleteHubContentReferenceRequest
public static interface DeleteHubContentReferenceRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<DeleteHubContentReferenceRequest.Builder,DeleteHubContentReferenceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteHubContentReferenceRequest.Builder
hubContentName(String hubContentName)
The name of the hub content to delete.DeleteHubContentReferenceRequest.Builder
hubContentType(String hubContentType)
The type of hub content reference to delete.DeleteHubContentReferenceRequest.Builder
hubContentType(HubContentType hubContentType)
The type of hub content reference to delete.DeleteHubContentReferenceRequest.Builder
hubName(String hubName)
The name of the hub to delete the hub content reference from.DeleteHubContentReferenceRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DeleteHubContentReferenceRequest.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
DeleteHubContentReferenceRequest.Builder hubName(String hubName)
The name of the hub to delete the hub content reference from.
- Parameters:
hubName
- The name of the hub to delete the hub content reference from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentType
DeleteHubContentReferenceRequest.Builder hubContentType(String hubContentType)
The type of hub content reference to delete. The only supported type of hub content reference to delete is
ModelReference
.- Parameters:
hubContentType
- The type of hub content reference to delete. The only supported type of hub content reference to delete isModelReference
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HubContentType
,HubContentType
-
hubContentType
DeleteHubContentReferenceRequest.Builder hubContentType(HubContentType hubContentType)
The type of hub content reference to delete. The only supported type of hub content reference to delete is
ModelReference
.- Parameters:
hubContentType
- The type of hub content reference to delete. The only supported type of hub content reference to delete isModelReference
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HubContentType
,HubContentType
-
hubContentName
DeleteHubContentReferenceRequest.Builder hubContentName(String hubContentName)
The name of the hub content to delete.
- Parameters:
hubContentName
- The name of the hub content to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteHubContentReferenceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteHubContentReferenceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-