public static interface CreateThemeRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<CreateThemeRequest.Builder,CreateThemeRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateThemeRequest.Builder |
appId(String appId)
The unique ID of the Amplify app associated with the theme.
|
CreateThemeRequest.Builder |
clientToken(String clientToken)
The unique client token.
|
CreateThemeRequest.Builder |
environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
CreateThemeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateThemeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateThemeRequest.Builder |
themeToCreate(Consumer<CreateThemeData.Builder> themeToCreate)
Represents the configuration of the theme to create.
|
CreateThemeRequest.Builder |
themeToCreate(CreateThemeData themeToCreate)
Represents the configuration of the theme to create.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateThemeRequest.Builder appId(String appId)
The unique ID of the Amplify app associated with the theme.
appId - The unique ID of the Amplify app associated with the theme.CreateThemeRequest.Builder environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
environmentName - The name of the backend environment that is a part of the Amplify app.CreateThemeRequest.Builder clientToken(String clientToken)
The unique client token.
clientToken - The unique client token.CreateThemeRequest.Builder themeToCreate(CreateThemeData themeToCreate)
Represents the configuration of the theme to create.
themeToCreate - Represents the configuration of the theme to create.default CreateThemeRequest.Builder themeToCreate(Consumer<CreateThemeData.Builder> themeToCreate)
Represents the configuration of the theme to create.
This is a convenience method that creates an instance of theCreateThemeData.Builder avoiding the
need to create one manually via CreateThemeData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to themeToCreate(CreateThemeData).
themeToCreate - a consumer that will call methods on CreateThemeData.BuilderthemeToCreate(CreateThemeData)CreateThemeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateThemeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.