Class GetShareSourceOptions.Builder

java.lang.Object
com.ibm.cloud.is.vpc.v1.model.GetShareSourceOptions.Builder
Enclosing class:
GetShareSourceOptions

public static class GetShareSourceOptions.Builder extends Object
Builder.
  • Constructor Details

    • Builder

      public Builder()
      Instantiates a new builder.
    • Builder

      public Builder(String shareId)
      Instantiates a new builder with required properties.
      Parameters:
      shareId - the shareId
  • Method Details

    • build

      public GetShareSourceOptions build()
      Builds a GetShareSourceOptions.
      Returns:
      the new GetShareSourceOptions instance
    • shareId

      public GetShareSourceOptions.Builder shareId(String shareId)
      Set the shareId.
      Parameters:
      shareId - the shareId
      Returns:
      the GetShareSourceOptions builder