Interface Orientation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Orientation.Builder,,Orientation> SdkBuilder<Orientation.Builder,,Orientation> SdkPojo
- Enclosing class:
Orientation
public static interface Orientation.Builder
extends SdkPojo, CopyableBuilder<Orientation.Builder,Orientation>
-
Method Summary
Modifier and TypeMethodDescriptionDegrees, limited on [0, 360)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, sdkFields
-
Method Details
-
degrees
Degrees, limited on [0, 360)
- Parameters:
degrees- Degrees, limited on [0, 360)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-