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.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.
-
-
-
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
-
-