public static class GetKmipObjectsOptions.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(String adapterId,
String bluemixInstance)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
GetKmipObjectsOptions.Builder |
adapterId(String adapterId)
Set the adapterId.
|
GetKmipObjectsOptions.Builder |
addState(Long state)
Adds a new element to state.
|
GetKmipObjectsOptions.Builder |
bluemixInstance(String bluemixInstance)
Set the bluemixInstance.
|
GetKmipObjectsOptions |
build()
Builds a GetKmipObjectsOptions.
|
GetKmipObjectsOptions.Builder |
correlationId(String correlationId)
Set the correlationId.
|
GetKmipObjectsOptions.Builder |
limit(long limit)
Set the limit.
|
GetKmipObjectsOptions.Builder |
offset(long offset)
Set the offset.
|
GetKmipObjectsOptions.Builder |
state(List<Long> state)
Set the state.
|
GetKmipObjectsOptions.Builder |
totalCount(Boolean totalCount)
Set the totalCount.
|
public GetKmipObjectsOptions build()
public GetKmipObjectsOptions.Builder addState(Long state)
state - the new element to be addedpublic GetKmipObjectsOptions.Builder adapterId(String adapterId)
adapterId - the adapterIdpublic GetKmipObjectsOptions.Builder bluemixInstance(String bluemixInstance)
bluemixInstance - the bluemixInstancepublic GetKmipObjectsOptions.Builder limit(long limit)
limit - the limitpublic GetKmipObjectsOptions.Builder offset(long offset)
offset - the offsetpublic GetKmipObjectsOptions.Builder totalCount(Boolean totalCount)
totalCount - the totalCountpublic GetKmipObjectsOptions.Builder state(List<Long> state)
state - the statepublic GetKmipObjectsOptions.Builder correlationId(String correlationId)
correlationId - the correlationIdCopyright © 2024 IBM Cloud. All rights reserved.