static ImportHubContentRequest.Builder |
ImportHubContentRequest.builder() |
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.Builder.documentSchemaVersion(String documentSchemaVersion) |
The version of the hub content schema to import.
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.Builder.hubContentDescription(String hubContentDescription) |
A description of the hub content to import.
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.Builder.hubContentDisplayName(String hubContentDisplayName) |
The display name of the hub content to import.
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.Builder.hubContentDocument(String hubContentDocument) |
The hub content document that describes information about the hub content such as type, associated
containers, scripts, and more.
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.Builder.hubContentMarkdown(String hubContentMarkdown) |
A string that provides a description of the hub content.
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.Builder.hubContentName(String hubContentName) |
The name of the hub content to import.
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.Builder.hubContentSearchKeywords(String... hubContentSearchKeywords) |
The searchable keywords of the hub content.
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.Builder.hubContentSearchKeywords(Collection<String> hubContentSearchKeywords) |
The searchable keywords of the hub content.
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.Builder.hubContentType(String hubContentType) |
The type of hub content to import.
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.Builder.hubContentType(HubContentType hubContentType) |
The type of hub content to import.
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.Builder.hubContentVersion(String hubContentVersion) |
The version of the hub content to import.
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.Builder.hubName(String hubName) |
The name of the hub to import content into.
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.Builder.tags(Collection<Tag> tags) |
Any tags associated with the hub content.
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Any tags associated with the hub content.
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.Builder.tags(Tag... tags) |
Any tags associated with the hub content.
|
ImportHubContentRequest.Builder |
ImportHubContentRequest.toBuilder() |
|