Interface CarrierStatusInformation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CarrierStatusInformation.Builder,,CarrierStatusInformation> SdkBuilder<CarrierStatusInformation.Builder,,CarrierStatusInformation> SdkPojo
- Enclosing class:
CarrierStatusInformation
@Mutable
@NotThreadSafe
public static interface CarrierStatusInformation.Builder
extends SdkPojo, CopyableBuilder<CarrierStatusInformation.Builder,CarrierStatusInformation>
-
Method Summary
Modifier and TypeMethodDescriptioncarrierName(String carrierName) The name of the carrier.The launch status for this carrier.status(CarrierStatus status) The launch status for this carrier.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
-
carrierName
The name of the carrier.
- Parameters:
carrierName- The name of the carrier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The launch status for this carrier.
- Parameters:
status- The launch status for this carrier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The launch status for this carrier.
- Parameters:
status- The launch status for this carrier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-