Class GetKmipClientCertificatesOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.GetKmipClientCertificatesOptions.Builder
-
- Enclosing class:
- GetKmipClientCertificatesOptions
public static class GetKmipClientCertificatesOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetKmipClientCertificatesOptions.Builder
adapterId(String adapterId)
Set the adapterId.GetKmipClientCertificatesOptions.Builder
bluemixInstance(String bluemixInstance)
Set the bluemixInstance.GetKmipClientCertificatesOptions
build()
Builds a GetKmipClientCertificatesOptions.GetKmipClientCertificatesOptions.Builder
correlationId(String correlationId)
Set the correlationId.GetKmipClientCertificatesOptions.Builder
limit(long limit)
Set the limit.GetKmipClientCertificatesOptions.Builder
offset(long offset)
Set the offset.GetKmipClientCertificatesOptions.Builder
totalCount(Boolean totalCount)
Set the totalCount.
-
-
-
Method Detail
-
build
public GetKmipClientCertificatesOptions build()
Builds a GetKmipClientCertificatesOptions.- Returns:
- the new GetKmipClientCertificatesOptions instance
-
adapterId
public GetKmipClientCertificatesOptions.Builder adapterId(String adapterId)
Set the adapterId.- Parameters:
adapterId
- the adapterId- Returns:
- the GetKmipClientCertificatesOptions builder
-
bluemixInstance
public GetKmipClientCertificatesOptions.Builder bluemixInstance(String bluemixInstance)
Set the bluemixInstance.- Parameters:
bluemixInstance
- the bluemixInstance- Returns:
- the GetKmipClientCertificatesOptions builder
-
limit
public GetKmipClientCertificatesOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit
- the limit- Returns:
- the GetKmipClientCertificatesOptions builder
-
offset
public GetKmipClientCertificatesOptions.Builder offset(long offset)
Set the offset.- Parameters:
offset
- the offset- Returns:
- the GetKmipClientCertificatesOptions builder
-
totalCount
public GetKmipClientCertificatesOptions.Builder totalCount(Boolean totalCount)
Set the totalCount.- Parameters:
totalCount
- the totalCount- Returns:
- the GetKmipClientCertificatesOptions builder
-
correlationId
public GetKmipClientCertificatesOptions.Builder correlationId(String correlationId)
Set the correlationId.- Parameters:
correlationId
- the correlationId- Returns:
- the GetKmipClientCertificatesOptions builder
-
-