Class ListKeysOptions.Builder

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

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

    • Builder

      public Builder()
      Instantiates a new builder.
  • Method Details

    • build

      public ListKeysOptions build()
      Builds a ListKeysOptions.
      Returns:
      the new ListKeysOptions instance
    • start

      public ListKeysOptions.Builder start(String start)
      Set the start.
      Parameters:
      start - the start
      Returns:
      the ListKeysOptions builder
    • limit

      public ListKeysOptions.Builder limit(long limit)
      Set the limit.
      Parameters:
      limit - the limit
      Returns:
      the ListKeysOptions builder
    • resourceGroupId

      public ListKeysOptions.Builder resourceGroupId(String resourceGroupId)
      Set the resourceGroupId.
      Parameters:
      resourceGroupId - the resourceGroupId
      Returns:
      the ListKeysOptions builder