Class GetKmipObjectsOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public GetKmipObjectsOptions build()
        Builds a GetKmipObjectsOptions.
        Returns:
        the new GetKmipObjectsOptions instance
      • addState

        public GetKmipObjectsOptions.Builder addState​(Long state)
        Adds a new element to state.
        Parameters:
        state - the new element to be added
        Returns:
        the GetKmipObjectsOptions builder
      • adapterId

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

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

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

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

        public GetKmipObjectsOptions.Builder totalCount​(Boolean totalCount)
        Set the totalCount.
        Parameters:
        totalCount - the totalCount
        Returns:
        the GetKmipObjectsOptions builder
      • state

        public GetKmipObjectsOptions.Builder state​(List<Long> state)
        Set the state. Existing state will be replaced.
        Parameters:
        state - the state
        Returns:
        the GetKmipObjectsOptions builder
      • correlationId

        public GetKmipObjectsOptions.Builder correlationId​(String correlationId)
        Set the correlationId.
        Parameters:
        correlationId - the correlationId
        Returns:
        the GetKmipObjectsOptions builder