Interface SupportedRegionDetail.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SupportedRegionDetail.Builder,SupportedRegionDetail>, SdkBuilder<SupportedRegionDetail.Builder,SupportedRegionDetail>, SdkPojo
Enclosing class:
SupportedRegionDetail

@Mutable @NotThreadSafe public static interface SupportedRegionDetail.Builder extends SdkPojo, CopyableBuilder<SupportedRegionDetail.Builder,SupportedRegionDetail>
  • Method Details

    • region

      The Region code.

      Parameters:
      region - The Region code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceState

      SupportedRegionDetail.Builder serviceState(String serviceState)

      The service state. The possible values are Pending, Available, Deleting, Deleted, Failed, and Closed.

      Parameters:
      serviceState - The service state. The possible values are Pending, Available, Deleting, Deleted, Failed, and Closed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.