@Generated(value="software.amazon.awssdk:codegen") public final class CreateThemeRequest extends QuickSightRequest implements ToCopyableBuilder<CreateThemeRequest.Builder,CreateThemeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateThemeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The ID of the AWS account where you want to store the new theme.
|
String |
baseThemeId()
The ID of the theme that a custom theme will inherit from.
|
static CreateThemeRequest.Builder |
builder() |
ThemeConfiguration |
configuration()
The theme configuration, which contains the theme display properties.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasPermissions()
Returns true if the Permissions property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
name()
A display name for the theme.
|
List<ResourcePermission> |
permissions()
A valid grouping of resource permissions to apply to the new theme.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateThemeRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
A map of the key-value pairs for the resource tag or tags that you want to add to the resource.
|
String |
themeId()
An ID for the theme that you want to create.
|
CreateThemeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionDescription()
A description of the first version of the theme that you're creating.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The ID of the AWS account where you want to store the new theme.
public final String themeId()
An ID for the theme that you want to create. The theme ID is unique per AWS Region in each AWS account.
public final String name()
A display name for the theme.
public final String baseThemeId()
The ID of the theme that a custom theme will inherit from. All themes inherit from one of the starting themes
defined by Amazon QuickSight. For a list of the starting themes, use ListThemes or choose
Themes from within a QuickSight analysis.
ListThemes or
choose Themes from within a QuickSight analysis.public final String versionDescription()
A description of the first version of the theme that you're creating. Every time UpdateTheme is
called, a new version is created. Each version of the theme has a description of the version in the
VersionDescription field.
UpdateTheme
is called, a new version is created. Each version of the theme has a description of the version in the
VersionDescription field.public final ThemeConfiguration configuration()
The theme configuration, which contains the theme display properties.
public final boolean hasPermissions()
public final List<ResourcePermission> permissions()
A valid grouping of resource permissions to apply to the new theme.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPermissions() to see if a value was sent in this field.
public final boolean hasTags()
public final List<Tag> tags()
A map of the key-value pairs for the resource tag or tags that you want to add to the resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public CreateThemeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateThemeRequest.Builder,CreateThemeRequest>toBuilder in class QuickSightRequestpublic static CreateThemeRequest.Builder builder()
public static Class<? extends CreateThemeRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.