Interface DeleteHubContentReferenceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteHubContentReferenceRequest.Builder,
,DeleteHubContentReferenceRequest> SageMakerRequest.Builder
,SdkBuilder<DeleteHubContentReferenceRequest.Builder,
,DeleteHubContentReferenceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteHubContentReferenceRequest
@Mutable
@NotThreadSafe
public static interface DeleteHubContentReferenceRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<DeleteHubContentReferenceRequest.Builder,DeleteHubContentReferenceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionhubContentName
(String hubContentName) The name of the hub content to delete.hubContentType
(String hubContentType) The type of hub content reference to delete.hubContentType
(HubContentType hubContentType) The type of hub content reference to delete.The name of the hub to delete the hub content reference from.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
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 Details
-
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
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
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:
-
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteHubContentReferenceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-