CreateThemeRequest.Builder |
CreateThemeRequest.Builder.awsAccountId(String awsAccountId) |
The ID of the Amazon Web Services account where you want to store the new theme.
|
CreateThemeRequest.Builder |
CreateThemeRequest.Builder.baseThemeId(String baseThemeId) |
The ID of the theme that a custom theme will inherit from.
|
static CreateThemeRequest.Builder |
CreateThemeRequest.builder() |
|
default CreateThemeRequest.Builder |
CreateThemeRequest.Builder.configuration(Consumer<ThemeConfiguration.Builder> configuration) |
The theme configuration, which contains the theme display properties.
|
CreateThemeRequest.Builder |
CreateThemeRequest.Builder.configuration(ThemeConfiguration configuration) |
The theme configuration, which contains the theme display properties.
|
CreateThemeRequest.Builder |
CreateThemeRequest.Builder.name(String name) |
A display name for the theme.
|
CreateThemeRequest.Builder |
CreateThemeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateThemeRequest.Builder |
CreateThemeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateThemeRequest.Builder |
CreateThemeRequest.Builder.permissions(Collection<ResourcePermission> permissions) |
A valid grouping of resource permissions to apply to the new theme.
|
CreateThemeRequest.Builder |
CreateThemeRequest.Builder.permissions(Consumer<ResourcePermission.Builder>... permissions) |
A valid grouping of resource permissions to apply to the new theme.
|
CreateThemeRequest.Builder |
CreateThemeRequest.Builder.permissions(ResourcePermission... permissions) |
A valid grouping of resource permissions to apply to the new theme.
|
CreateThemeRequest.Builder |
CreateThemeRequest.Builder.tags(Collection<Tag> tags) |
A map of the key-value pairs for the resource tag or tags that you want to add to the resource.
|
CreateThemeRequest.Builder |
CreateThemeRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
A map of the key-value pairs for the resource tag or tags that you want to add to the resource.
|
CreateThemeRequest.Builder |
CreateThemeRequest.Builder.tags(Tag... tags) |
A map of the key-value pairs for the resource tag or tags that you want to add to the resource.
|
CreateThemeRequest.Builder |
CreateThemeRequest.Builder.themeId(String themeId) |
An ID for the theme that you want to create.
|
CreateThemeRequest.Builder |
CreateThemeRequest.toBuilder() |
|
CreateThemeRequest.Builder |
CreateThemeRequest.Builder.versionDescription(String versionDescription) |
A description of the first version of the theme that you're creating.
|