Interface Logo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Logo.Builder,
,Logo> SdkBuilder<Logo.Builder,
,Logo> SdkPojo
- Enclosing class:
Logo
@Mutable
@NotThreadSafe
public static interface Logo.Builder
extends SdkPojo, CopyableBuilder<Logo.Builder,Logo>
-
Method Summary
Modifier and TypeMethodDescriptionThe alt text for the logo.default Logo.Builder
logoSet
(Consumer<LogoSet.Builder> logoSet) A set of configured logos.A set of configured logos.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
-
Method Details
-
altText
The alt text for the logo.
- Parameters:
altText
- The alt text for the logo.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logoSet
A set of configured logos.
- Parameters:
logoSet
- A set of configured logos.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logoSet
A set of configured logos.
This is a convenience method that creates an instance of theLogoSet.Builder
avoiding the need to create one manually viaLogoSet.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tologoSet(LogoSet)
.- Parameters:
logoSet
- a consumer that will call methods onLogoSet.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-