Interface CreateHubContentReferenceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateHubContentReferenceRequest.Builder,CreateHubContentReferenceRequest>
,SageMakerRequest.Builder
,SdkBuilder<CreateHubContentReferenceRequest.Builder,CreateHubContentReferenceRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- CreateHubContentReferenceRequest
public static interface CreateHubContentReferenceRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateHubContentReferenceRequest.Builder,CreateHubContentReferenceRequest>
-
-
Method Summary
-
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
CreateHubContentReferenceRequest.Builder hubName(String hubName)
The name of the hub to add the hub content reference to.
- Parameters:
hubName
- The name of the hub to add the hub content reference to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sageMakerPublicHubContentArn
CreateHubContentReferenceRequest.Builder sageMakerPublicHubContentArn(String sageMakerPublicHubContentArn)
The ARN of the public hub content to reference.
- Parameters:
sageMakerPublicHubContentArn
- The ARN of the public hub content to reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentName
CreateHubContentReferenceRequest.Builder hubContentName(String hubContentName)
The name of the hub content to reference.
- Parameters:
hubContentName
- The name of the hub content to reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minVersion
CreateHubContentReferenceRequest.Builder minVersion(String minVersion)
The minimum version of the hub content to reference.
- Parameters:
minVersion
- The minimum version of the hub content to reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateHubContentReferenceRequest.Builder tags(Collection<Tag> tags)
Any tags associated with the hub content to reference.
- Parameters:
tags
- Any tags associated with the hub content to reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateHubContentReferenceRequest.Builder tags(Tag... tags)
Any tags associated with the hub content to reference.
- Parameters:
tags
- Any tags associated with the hub content to reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateHubContentReferenceRequest.Builder tags(Consumer<Tag.Builder>... tags)
Any tags associated with the hub content to reference.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#tags(List
.) - Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection
)
-
overrideConfiguration
CreateHubContentReferenceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CreateHubContentReferenceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-