Interface CreateThemeForStackResponse.Builder
- All Superinterfaces:
AppStreamResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateThemeForStackResponse.Builder,
,CreateThemeForStackResponse> SdkBuilder<CreateThemeForStackResponse.Builder,
,CreateThemeForStackResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateThemeForStackResponse
public static interface CreateThemeForStackResponse.Builder
extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<CreateThemeForStackResponse.Builder,CreateThemeForStackResponse>
-
Method Summary
Modifier and TypeMethodDescriptiontheme
(Consumer<Theme.Builder> theme) The theme object that contains the metadata of the custom branding.The theme object that contains the metadata of the custom branding.Methods inherited from interface software.amazon.awssdk.services.appstream.model.AppStreamResponse.Builder
build, responseMetadata, responseMetadata
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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
theme
The theme object that contains the metadata of the custom branding.
- Parameters:
theme
- The theme object that contains the metadata of the custom branding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
theme
The theme object that contains the metadata of the custom branding.
This is a convenience method that creates an instance of theTheme.Builder
avoiding the need to create one manually viaTheme.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totheme(Theme)
.- Parameters:
theme
- a consumer that will call methods onTheme.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-