public static interface HubInfo.Builder extends SdkPojo, CopyableBuilder<HubInfo.Builder,HubInfo>
| Modifier and Type | Method and Description |
|---|---|
HubInfo.Builder |
creationTime(Instant creationTime)
The date and time that the hub was created.
|
HubInfo.Builder |
hubArn(String hubArn)
The Amazon Resource Name (ARN) of the hub.
|
HubInfo.Builder |
hubDescription(String hubDescription)
A description of the hub.
|
HubInfo.Builder |
hubDisplayName(String hubDisplayName)
The display name of the hub.
|
HubInfo.Builder |
hubName(String hubName)
The name of the hub.
|
HubInfo.Builder |
hubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
|
HubInfo.Builder |
hubSearchKeywords(String... hubSearchKeywords)
The searchable keywords for the hub.
|
HubInfo.Builder |
hubStatus(HubStatus hubStatus)
The status of the hub.
|
HubInfo.Builder |
hubStatus(String hubStatus)
The status of the hub.
|
HubInfo.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time that the hub was last modified.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHubInfo.Builder hubName(String hubName)
The name of the hub.
hubName - The name of the hub.HubInfo.Builder hubArn(String hubArn)
The Amazon Resource Name (ARN) of the hub.
hubArn - The Amazon Resource Name (ARN) of the hub.HubInfo.Builder hubDisplayName(String hubDisplayName)
The display name of the hub.
hubDisplayName - The display name of the hub.HubInfo.Builder hubDescription(String hubDescription)
A description of the hub.
hubDescription - A description of the hub.HubInfo.Builder hubSearchKeywords(Collection<String> hubSearchKeywords)
The searchable keywords for the hub.
hubSearchKeywords - The searchable keywords for the hub.HubInfo.Builder hubSearchKeywords(String... hubSearchKeywords)
The searchable keywords for the hub.
hubSearchKeywords - The searchable keywords for the hub.HubInfo.Builder hubStatus(String hubStatus)
The status of the hub.
HubInfo.Builder hubStatus(HubStatus hubStatus)
The status of the hub.
HubInfo.Builder creationTime(Instant creationTime)
The date and time that the hub was created.
creationTime - The date and time that the hub was created.HubInfo.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.