Interface UpdateThemeForStackResponse.Builder
-
- All Superinterfaces:
AppStreamResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<UpdateThemeForStackResponse.Builder,UpdateThemeForStackResponse>,SdkBuilder<UpdateThemeForStackResponse.Builder,UpdateThemeForStackResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateThemeForStackResponse
public static interface UpdateThemeForStackResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<UpdateThemeForStackResponse.Builder,UpdateThemeForStackResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateThemeForStackResponse.Buildertheme(Consumer<Theme.Builder> theme)The theme object that contains the metadata of the custom branding.UpdateThemeForStackResponse.Buildertheme(Theme theme)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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
theme
UpdateThemeForStackResponse.Builder theme(Theme 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
default UpdateThemeForStackResponse.Builder theme(Consumer<Theme.Builder> theme)
The theme object that contains the metadata of the custom branding.
This is a convenience method that creates an instance of theTheme.Builderavoiding the need to create one manually viaTheme.builder().When the
Consumercompletes,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:
theme(Theme)
-
-