static DescribeHubResponse.Builder |
DescribeHubResponse.builder() |
|
DescribeHubResponse.Builder |
DescribeHubResponse.Builder.creationTime(Instant creationTime) |
The date and time that the hub was created.
|
DescribeHubResponse.Builder |
DescribeHubResponse.Builder.failureReason(String failureReason) |
The failure reason if importing hub content failed.
|
DescribeHubResponse.Builder |
DescribeHubResponse.Builder.hubArn(String hubArn) |
The Amazon Resource Name (ARN) of the hub.
|
DescribeHubResponse.Builder |
DescribeHubResponse.Builder.hubDescription(String hubDescription) |
A description of the hub.
|
DescribeHubResponse.Builder |
DescribeHubResponse.Builder.hubDisplayName(String hubDisplayName) |
The display name of the hub.
|
DescribeHubResponse.Builder |
DescribeHubResponse.Builder.hubName(String hubName) |
The name of the hub.
|
DescribeHubResponse.Builder |
DescribeHubResponse.Builder.hubSearchKeywords(String... hubSearchKeywords) |
The searchable keywords for the hub.
|
DescribeHubResponse.Builder |
DescribeHubResponse.Builder.hubSearchKeywords(Collection<String> hubSearchKeywords) |
The searchable keywords for the hub.
|
DescribeHubResponse.Builder |
DescribeHubResponse.Builder.hubStatus(String hubStatus) |
The status of the hub.
|
DescribeHubResponse.Builder |
DescribeHubResponse.Builder.hubStatus(HubStatus hubStatus) |
The status of the hub.
|
DescribeHubResponse.Builder |
DescribeHubResponse.Builder.lastModifiedTime(Instant lastModifiedTime) |
The date and time that the hub was last modified.
|
default DescribeHubResponse.Builder |
DescribeHubResponse.Builder.s3StorageConfig(Consumer<HubS3StorageConfig.Builder> s3StorageConfig) |
The Amazon S3 storage configuration for the hub.
|
DescribeHubResponse.Builder |
DescribeHubResponse.Builder.s3StorageConfig(HubS3StorageConfig s3StorageConfig) |
The Amazon S3 storage configuration for the hub.
|
DescribeHubResponse.Builder |
DescribeHubResponse.toBuilder() |
|