Interface HubInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HubInfo.Builder,
,HubInfo> SdkBuilder<HubInfo.Builder,
,HubInfo> SdkPojo
- Enclosing class:
HubInfo
@Mutable
@NotThreadSafe
public static interface HubInfo.Builder
extends SdkPojo, CopyableBuilder<HubInfo.Builder,HubInfo>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The date and time that the hub was created.The Amazon Resource Name (ARN) of the hub.hubDescription
(String hubDescription) A description of the hub.hubDisplayName
(String hubDisplayName) The display name of the hub.The name of the hub.hubSearchKeywords
(String... hubSearchKeywords) The searchable keywords for the hub.hubSearchKeywords
(Collection<String> hubSearchKeywords) The searchable keywords for the hub.The status of the hub.The status of the hub.lastModifiedTime
(Instant lastModifiedTime) The date and time that the hub was last modified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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 Details
-
hubName
The name of the hub.
- Parameters:
hubName
- The name of the hub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubArn
The Amazon Resource Name (ARN) of the hub.
- Parameters:
hubArn
- The Amazon Resource Name (ARN) of the hub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubDisplayName
The display name of the hub.
- Parameters:
hubDisplayName
- The display name of the hub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubDescription
A description of the hub.
- Parameters:
hubDescription
- A description of the hub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubSearchKeywords
The searchable keywords for the hub.
- Parameters:
hubSearchKeywords
- The searchable keywords for the hub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubSearchKeywords
The searchable keywords for the hub.
- Parameters:
hubSearchKeywords
- The searchable keywords for the hub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubStatus
The status of the hub.
- Parameters:
hubStatus
- The status of the hub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hubStatus
The status of the hub.
- Parameters:
hubStatus
- The status of the hub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The date and time that the hub was created.
- Parameters:
creationTime
- The date and time that the hub was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The date and time that the hub was last modified.
- Parameters:
lastModifiedTime
- The date and time that the hub was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-