Interface ZonalShiftConfigResponse.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ZonalShiftConfigResponse.Builder,,ZonalShiftConfigResponse> SdkBuilder<ZonalShiftConfigResponse.Builder,,ZonalShiftConfigResponse> SdkPojo
- Enclosing class:
 ZonalShiftConfigResponse
@Mutable
@NotThreadSafe
public static interface ZonalShiftConfigResponse.Builder
extends SdkPojo, CopyableBuilder<ZonalShiftConfigResponse.Builder,ZonalShiftConfigResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionWhether the zonal shift is enabled.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
- 
enabled
Whether the zonal shift is enabled.
- Parameters:
 enabled- Whether the zonal shift is enabled.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -