Interface HubContentInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HubContentInfo.Builder,HubContentInfo>,SdkBuilder<HubContentInfo.Builder,HubContentInfo>,SdkPojo
- Enclosing class:
- HubContentInfo
public static interface HubContentInfo.Builder extends SdkPojo, CopyableBuilder<HubContentInfo.Builder,HubContentInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HubContentInfo.BuildercreationTime(Instant creationTime)The date and time that the hub content was created.HubContentInfo.BuilderdocumentSchemaVersion(String documentSchemaVersion)The version of the hub content document schema.HubContentInfo.BuilderhubContentArn(String hubContentArn)The Amazon Resource Name (ARN) of the hub content.HubContentInfo.BuilderhubContentDescription(String hubContentDescription)A description of the hub content.HubContentInfo.BuilderhubContentDisplayName(String hubContentDisplayName)The display name of the hub content.HubContentInfo.BuilderhubContentName(String hubContentName)The name of the hub content.HubContentInfo.BuilderhubContentSearchKeywords(String... hubContentSearchKeywords)The searchable keywords for the hub content.HubContentInfo.BuilderhubContentSearchKeywords(Collection<String> hubContentSearchKeywords)The searchable keywords for the hub content.HubContentInfo.BuilderhubContentStatus(String hubContentStatus)The status of the hub content.HubContentInfo.BuilderhubContentStatus(HubContentStatus hubContentStatus)The status of the hub content.HubContentInfo.BuilderhubContentType(String hubContentType)The type of hub content.HubContentInfo.BuilderhubContentType(HubContentType hubContentType)The type of hub content.HubContentInfo.BuilderhubContentVersion(String hubContentVersion)The version of the hub content.HubContentInfo.BuilderoriginalCreationTime(Instant originalCreationTime)The date and time when the hub content was originally created, before any updates or revisions.HubContentInfo.BuildersageMakerPublicHubContentArn(String sageMakerPublicHubContentArn)The ARN of the public hub content.HubContentInfo.BuildersupportStatus(String supportStatus)The support status of the hub content.HubContentInfo.BuildersupportStatus(HubContentSupportStatus supportStatus)The support status of the hub content.-
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 Detail
-
hubContentName
HubContentInfo.Builder hubContentName(String hubContentName)
The name of the hub content.
- Parameters:
hubContentName- The name of the hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentArn
HubContentInfo.Builder hubContentArn(String hubContentArn)
The Amazon Resource Name (ARN) of the hub content.
- Parameters:
hubContentArn- The Amazon Resource Name (ARN) of the hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sageMakerPublicHubContentArn
HubContentInfo.Builder sageMakerPublicHubContentArn(String sageMakerPublicHubContentArn)
The ARN of the public hub content.
- Parameters:
sageMakerPublicHubContentArn- The ARN of the public hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentVersion
HubContentInfo.Builder hubContentVersion(String hubContentVersion)
The version of the hub content.
- Parameters:
hubContentVersion- The version of the hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentType
HubContentInfo.Builder hubContentType(String hubContentType)
The type of hub content.
- Parameters:
hubContentType- The type of hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HubContentType,HubContentType
-
hubContentType
HubContentInfo.Builder hubContentType(HubContentType hubContentType)
The type of hub content.
- Parameters:
hubContentType- The type of hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HubContentType,HubContentType
-
documentSchemaVersion
HubContentInfo.Builder documentSchemaVersion(String documentSchemaVersion)
The version of the hub content document schema.
- Parameters:
documentSchemaVersion- The version of the hub content document schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentDisplayName
HubContentInfo.Builder hubContentDisplayName(String hubContentDisplayName)
The display name of the hub content.
- Parameters:
hubContentDisplayName- The display name of the hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentDescription
HubContentInfo.Builder hubContentDescription(String hubContentDescription)
A description of the hub content.
- Parameters:
hubContentDescription- A description of the hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportStatus
HubContentInfo.Builder supportStatus(String supportStatus)
The support status of the hub content.
- Parameters:
supportStatus- The support status of the hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HubContentSupportStatus,HubContentSupportStatus
-
supportStatus
HubContentInfo.Builder supportStatus(HubContentSupportStatus supportStatus)
The support status of the hub content.
- Parameters:
supportStatus- The support status of the hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HubContentSupportStatus,HubContentSupportStatus
-
hubContentSearchKeywords
HubContentInfo.Builder hubContentSearchKeywords(Collection<String> hubContentSearchKeywords)
The searchable keywords for the hub content.
- Parameters:
hubContentSearchKeywords- The searchable keywords for the hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentSearchKeywords
HubContentInfo.Builder hubContentSearchKeywords(String... hubContentSearchKeywords)
The searchable keywords for the hub content.
- Parameters:
hubContentSearchKeywords- The searchable keywords for the hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentStatus
HubContentInfo.Builder hubContentStatus(String hubContentStatus)
The status of the hub content.
- Parameters:
hubContentStatus- The status of the hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HubContentStatus,HubContentStatus
-
hubContentStatus
HubContentInfo.Builder hubContentStatus(HubContentStatus hubContentStatus)
The status of the hub content.
- Parameters:
hubContentStatus- The status of the hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HubContentStatus,HubContentStatus
-
creationTime
HubContentInfo.Builder creationTime(Instant creationTime)
The date and time that the hub content was created.
- Parameters:
creationTime- The date and time that the hub content was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originalCreationTime
HubContentInfo.Builder originalCreationTime(Instant originalCreationTime)
The date and time when the hub content was originally created, before any updates or revisions.
- Parameters:
originalCreationTime- The date and time when the hub content was originally created, before any updates or revisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-