public static interface HubContentInfo.Builder extends SdkPojo, CopyableBuilder<HubContentInfo.Builder,HubContentInfo>
| Modifier and Type | Method and Description |
|---|---|
HubContentInfo.Builder |
creationTime(Instant creationTime)
The date and time that the hub content was created.
|
HubContentInfo.Builder |
documentSchemaVersion(String documentSchemaVersion)
The version of the hub content document schema.
|
HubContentInfo.Builder |
hubContentArn(String hubContentArn)
The Amazon Resource Name (ARN) of the hub content.
|
HubContentInfo.Builder |
hubContentDescription(String hubContentDescription)
A description of the hub content.
|
HubContentInfo.Builder |
hubContentDisplayName(String hubContentDisplayName)
The display name of the hub content.
|
HubContentInfo.Builder |
hubContentName(String hubContentName)
The name of the hub content.
|
HubContentInfo.Builder |
hubContentSearchKeywords(Collection<String> hubContentSearchKeywords)
The searchable keywords for the hub content.
|
HubContentInfo.Builder |
hubContentSearchKeywords(String... hubContentSearchKeywords)
The searchable keywords for the hub content.
|
HubContentInfo.Builder |
hubContentStatus(HubContentStatus hubContentStatus)
The status of the hub content.
|
HubContentInfo.Builder |
hubContentStatus(String hubContentStatus)
The status of the hub content.
|
HubContentInfo.Builder |
hubContentType(HubContentType hubContentType)
The type of hub content.
|
HubContentInfo.Builder |
hubContentType(String hubContentType)
The type of hub content.
|
HubContentInfo.Builder |
hubContentVersion(String hubContentVersion)
The version of the hub content.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHubContentInfo.Builder hubContentName(String hubContentName)
The name of the hub content.
hubContentName - The name of the hub content.HubContentInfo.Builder hubContentArn(String hubContentArn)
The Amazon Resource Name (ARN) of the hub content.
hubContentArn - The Amazon Resource Name (ARN) of the hub content.HubContentInfo.Builder hubContentVersion(String hubContentVersion)
The version of the hub content.
hubContentVersion - The version of the hub content.HubContentInfo.Builder hubContentType(String hubContentType)
The type of hub content.
hubContentType - The type of hub content.HubContentType,
HubContentTypeHubContentInfo.Builder hubContentType(HubContentType hubContentType)
The type of hub content.
hubContentType - The type of hub content.HubContentType,
HubContentTypeHubContentInfo.Builder documentSchemaVersion(String documentSchemaVersion)
The version of the hub content document schema.
documentSchemaVersion - The version of the hub content document schema.HubContentInfo.Builder hubContentDisplayName(String hubContentDisplayName)
The display name of the hub content.
hubContentDisplayName - The display name of the hub content.HubContentInfo.Builder hubContentDescription(String hubContentDescription)
A description of the hub content.
hubContentDescription - A description of the hub content.HubContentInfo.Builder hubContentSearchKeywords(Collection<String> hubContentSearchKeywords)
The searchable keywords for the hub content.
hubContentSearchKeywords - The searchable keywords for the hub content.HubContentInfo.Builder hubContentSearchKeywords(String... hubContentSearchKeywords)
The searchable keywords for the hub content.
hubContentSearchKeywords - The searchable keywords for the hub content.HubContentInfo.Builder hubContentStatus(String hubContentStatus)
The status of the hub content.
hubContentStatus - The status of the hub content.HubContentStatus,
HubContentStatusHubContentInfo.Builder hubContentStatus(HubContentStatus hubContentStatus)
The status of the hub content.
hubContentStatus - The status of the hub content.HubContentStatus,
HubContentStatusHubContentInfo.Builder creationTime(Instant creationTime)
The date and time that the hub content was created.
creationTime - The date and time that the hub content was created.Copyright © 2023. All rights reserved.