Interface IpamRoutingPolicyRegistrationDelta.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IpamRoutingPolicyRegistrationDelta.Builder,,IpamRoutingPolicyRegistrationDelta> SdkBuilder<IpamRoutingPolicyRegistrationDelta.Builder,,IpamRoutingPolicyRegistrationDelta> SdkPojo
- Enclosing class:
IpamRoutingPolicyRegistrationDelta
@Mutable
@NotThreadSafe
public static interface IpamRoutingPolicyRegistrationDelta.Builder
extends SdkPojo, CopyableBuilder<IpamRoutingPolicyRegistrationDelta.Builder,IpamRoutingPolicyRegistrationDelta>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the delta.The JSON specification describing the changes applied in this delta.The state of the delta.The state of the delta.stateMessage(String stateMessage) A message describing the current state, including error information if the delta failed.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
-
deltaId
The unique identifier of the delta.
- Parameters:
deltaId- The unique identifier of the delta.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deltaJson
The JSON specification describing the changes applied in this delta.
- Parameters:
deltaJson- The JSON specification describing the changes applied in this delta.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the delta. Valid values:
pending|published|failed.- Parameters:
state- The state of the delta. Valid values:pending|published|failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the delta. Valid values:
pending|published|failed.- Parameters:
state- The state of the delta. Valid values:pending|published|failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stateMessage
A message describing the current state, including error information if the delta failed.
- Parameters:
stateMessage- A message describing the current state, including error information if the delta failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-