Class GetKmipObjectsOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.GetKmipObjectsOptions.Builder
-
- Enclosing class:
- GetKmipObjectsOptions
public static class GetKmipObjectsOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetKmipObjectsOptions.BuilderadapterId(String adapterId)Set the adapterId.GetKmipObjectsOptions.BuilderaddState(Long state)Adds a new element to state.GetKmipObjectsOptions.BuilderbluemixInstance(String bluemixInstance)Set the bluemixInstance.GetKmipObjectsOptionsbuild()Builds a GetKmipObjectsOptions.GetKmipObjectsOptions.BuildercorrelationId(String correlationId)Set the correlationId.GetKmipObjectsOptions.Builderlimit(long limit)Set the limit.GetKmipObjectsOptions.Builderoffset(long offset)Set the offset.GetKmipObjectsOptions.Builderstate(List<Long> state)Set the state.GetKmipObjectsOptions.BuildertotalCount(Boolean totalCount)Set the totalCount.
-
-
-
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
-
-