Class GetKmipAdaptersOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(String bluemixInstance)
        Instantiates a new builder with required properties.
        Parameters:
        bluemixInstance - the bluemixInstance
    • Method Detail

      • build

        public GetKmipAdaptersOptions build()
        Builds a GetKmipAdaptersOptions.
        Returns:
        the new GetKmipAdaptersOptions instance
      • bluemixInstance

        public GetKmipAdaptersOptions.Builder bluemixInstance​(String bluemixInstance)
        Set the bluemixInstance.
        Parameters:
        bluemixInstance - the bluemixInstance
        Returns:
        the GetKmipAdaptersOptions builder
      • correlationId

        public GetKmipAdaptersOptions.Builder correlationId​(String correlationId)
        Set the correlationId.
        Parameters:
        correlationId - the correlationId
        Returns:
        the GetKmipAdaptersOptions builder
      • limit

        public GetKmipAdaptersOptions.Builder limit​(long limit)
        Set the limit.
        Parameters:
        limit - the limit
        Returns:
        the GetKmipAdaptersOptions builder
      • offset

        public GetKmipAdaptersOptions.Builder offset​(long offset)
        Set the offset.
        Parameters:
        offset - the offset
        Returns:
        the GetKmipAdaptersOptions builder
      • totalCount

        public GetKmipAdaptersOptions.Builder totalCount​(Boolean totalCount)
        Set the totalCount.
        Parameters:
        totalCount - the totalCount
        Returns:
        the GetKmipAdaptersOptions builder