Interface StandardsStatusReason.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<StandardsStatusReason.Builder,,StandardsStatusReason> SdkBuilder<StandardsStatusReason.Builder,,StandardsStatusReason> SdkPojo
- Enclosing class:
 StandardsStatusReason
public static interface StandardsStatusReason.Builder
extends SdkPojo, CopyableBuilder<StandardsStatusReason.Builder,StandardsStatusReason> 
- 
Method Summary
Modifier and TypeMethodDescriptionstatusReasonCode(String statusReasonCode) The reason code that represents the reason for the current status of a standard subscription.statusReasonCode(StatusReasonCode statusReasonCode) The reason code that represents the reason for the current status of a standard subscription.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
- 
statusReasonCode
The reason code that represents the reason for the current status of a standard subscription.
- Parameters:
 statusReasonCode- The reason code that represents the reason for the current status of a standard subscription.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
statusReasonCode
The reason code that represents the reason for the current status of a standard subscription.
- Parameters:
 statusReasonCode- The reason code that represents the reason for the current status of a standard subscription.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -