Interface Emissions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Emissions.Builder,,Emissions> SdkBuilder<Emissions.Builder,,Emissions> SdkPojo
- Enclosing class:
Emissions
@Mutable
@NotThreadSafe
public static interface Emissions.Builder
extends SdkPojo, CopyableBuilder<Emissions.Builder,Emissions>
-
Method Summary
Modifier and TypeMethodDescriptionThe unit of measurement for the emissions value.unit(EmissionsUnit unit) The unit of measurement for the emissions value.The numeric value of the emissions quantity.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
-
value
The numeric value of the emissions quantity.
- Parameters:
value- The numeric value of the emissions quantity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
The unit of measurement for the emissions value.
- Parameters:
unit- The unit of measurement for the emissions value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unit
The unit of measurement for the emissions value.
- Parameters:
unit- The unit of measurement for the emissions value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-