Interface ContentConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContentConfiguration.Builder,,ContentConfiguration> SdkBuilder<ContentConfiguration.Builder,,ContentConfiguration> SdkPojo
- Enclosing class:
ContentConfiguration
@Mutable
@NotThreadSafe
public static interface ContentConfiguration.Builder
extends SdkPojo, CopyableBuilder<ContentConfiguration.Builder,ContentConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionLevel of detail for streamed content.level(ContentLevel level) Level of detail for streamed content.Type of content to stream.type(ContentType type) Type of content to stream.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
Type of content to stream.
- Parameters:
type- Type of content to stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Type of content to stream.
- Parameters:
type- Type of content to stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
level
Level of detail for streamed content.
- Parameters:
level- Level of detail for streamed content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
level
Level of detail for streamed content.
- Parameters:
level- Level of detail for streamed content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-