public static interface DescribeHubResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeHubResponse.Builder,DescribeHubResponse>
Modifier and Type | Method and Description |
---|---|
DescribeHubResponse.Builder |
creationTime(Instant creationTime)
The date and time that the hub was created.
|
DescribeHubResponse.Builder |
failureReason(String failureReason)
The failure reason if importing hub content failed.
|
DescribeHubResponse.Builder |
hubArn(String hubArn)
The Amazon Resource Name (ARN) of the hub.
|
DescribeHubResponse.Builder |
hubDescription(String hubDescription)
A description of the hub.
|
DescribeHubResponse.Builder |
hubDisplayName(String hubDisplayName)
The display name of the hub.
|
DescribeHubResponse.Builder |
hubName(String hubName)
The name of the hub.
|
DescribeHubResponse.Builder |
hubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
|
DescribeHubResponse.Builder |
hubSearchKeywords(String... hubSearchKeywords)
The searchable keywords for the hub.
|
DescribeHubResponse.Builder |
hubStatus(HubStatus hubStatus)
The status of the hub.
|
DescribeHubResponse.Builder |
hubStatus(String hubStatus)
The status of the hub.
|
DescribeHubResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time that the hub was last modified.
|
default DescribeHubResponse.Builder |
s3StorageConfig(Consumer<HubS3StorageConfig.Builder> s3StorageConfig)
The Amazon S3 storage configuration for the hub.
|
DescribeHubResponse.Builder |
s3StorageConfig(HubS3StorageConfig s3StorageConfig)
The Amazon S3 storage configuration for the hub.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeHubResponse.Builder hubName(String hubName)
The name of the hub.
hubName
- The name of the hub.DescribeHubResponse.Builder hubArn(String hubArn)
The Amazon Resource Name (ARN) of the hub.
hubArn
- The Amazon Resource Name (ARN) of the hub.DescribeHubResponse.Builder hubDisplayName(String hubDisplayName)
The display name of the hub.
hubDisplayName
- The display name of the hub.DescribeHubResponse.Builder hubDescription(String hubDescription)
A description of the hub.
hubDescription
- A description of the hub.DescribeHubResponse.Builder hubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
hubSearchKeywords
- The searchable keywords for the hub.DescribeHubResponse.Builder hubSearchKeywords(String... hubSearchKeywords)
The searchable keywords for the hub.
hubSearchKeywords
- The searchable keywords for the hub.DescribeHubResponse.Builder s3StorageConfig(HubS3StorageConfig s3StorageConfig)
The Amazon S3 storage configuration for the hub.
s3StorageConfig
- The Amazon S3 storage configuration for the hub.default DescribeHubResponse.Builder s3StorageConfig(Consumer<HubS3StorageConfig.Builder> s3StorageConfig)
The Amazon S3 storage configuration for the hub.
This is a convenience method that creates an instance of theHubS3StorageConfig.Builder
avoiding the
need to create one manually via HubS3StorageConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to s3StorageConfig(HubS3StorageConfig)
.
s3StorageConfig
- a consumer that will call methods on HubS3StorageConfig.Builder
s3StorageConfig(HubS3StorageConfig)
DescribeHubResponse.Builder hubStatus(String hubStatus)
The status of the hub.
DescribeHubResponse.Builder hubStatus(HubStatus hubStatus)
The status of the hub.
DescribeHubResponse.Builder failureReason(String failureReason)
The failure reason if importing hub content failed.
failureReason
- The failure reason if importing hub content failed.DescribeHubResponse.Builder creationTime(Instant creationTime)
The date and time that the hub was created.
creationTime
- The date and time that the hub was created.DescribeHubResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that the hub was last modified.
lastModifiedTime
- The date and time that the hub was last modified.Copyright © 2023. All rights reserved.