Interface DescribeHubContentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeHubContentRequest.Builder,DescribeHubContentRequest>,SageMakerRequest.Builder,SdkBuilder<DescribeHubContentRequest.Builder,DescribeHubContentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeHubContentRequest
public static interface DescribeHubContentRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<DescribeHubContentRequest.Builder,DescribeHubContentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeHubContentRequest.BuilderhubContentName(String hubContentName)The name of the content to describe.DescribeHubContentRequest.BuilderhubContentType(String hubContentType)The type of content in the hub.DescribeHubContentRequest.BuilderhubContentType(HubContentType hubContentType)The type of content in the hub.DescribeHubContentRequest.BuilderhubContentVersion(String hubContentVersion)The version of the content to describe.DescribeHubContentRequest.BuilderhubName(String hubName)The name of the hub that contains the content to describe.DescribeHubContentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeHubContentRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
hubName
DescribeHubContentRequest.Builder hubName(String hubName)
The name of the hub that contains the content to describe.
- Parameters:
hubName- The name of the hub that contains the content to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentType
DescribeHubContentRequest.Builder hubContentType(String hubContentType)
The type of content in the hub.
- Parameters:
hubContentType- The type of content in the hub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HubContentType,HubContentType
-
hubContentType
DescribeHubContentRequest.Builder hubContentType(HubContentType hubContentType)
The type of content in the hub.
- Parameters:
hubContentType- The type of content in the hub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HubContentType,HubContentType
-
hubContentName
DescribeHubContentRequest.Builder hubContentName(String hubContentName)
The name of the content to describe.
- Parameters:
hubContentName- The name of the content to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentVersion
DescribeHubContentRequest.Builder hubContentVersion(String hubContentVersion)
The version of the content to describe.
- Parameters:
hubContentVersion- The version of the content to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeHubContentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeHubContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-