Interface MeteredProductSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MeteredProductSummary.Builder,
,MeteredProductSummary> SdkBuilder<MeteredProductSummary.Builder,
,MeteredProductSummary> SdkPojo
- Enclosing class:
MeteredProductSummary
@Mutable
@NotThreadSafe
public static interface MeteredProductSummary.Builder
extends SdkPojo, CopyableBuilder<MeteredProductSummary.Builder,MeteredProductSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe family to which the metered product belongs.The port on which the metered product should run.The product ID.The vendor.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
-
productId
The product ID.
- Parameters:
productId
- The product ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
family
The family to which the metered product belongs.
- Parameters:
family
- The family to which the metered product belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vendor
The vendor.
- Parameters:
vendor
- The vendor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
port
The port on which the metered product should run.
- Parameters:
port
- The port on which the metered product should run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-