Class GetKmipAdaptersOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.GetKmipAdaptersOptions.Builder
-
- Enclosing class:
- GetKmipAdaptersOptions
public static class GetKmipAdaptersOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetKmipAdaptersOptions.BuilderbluemixInstance(String bluemixInstance)Set the bluemixInstance.GetKmipAdaptersOptionsbuild()Builds a GetKmipAdaptersOptions.GetKmipAdaptersOptions.BuildercorrelationId(String correlationId)Set the correlationId.GetKmipAdaptersOptions.BuildercrkId(String crkId)Set the crkId.GetKmipAdaptersOptions.Builderlimit(long limit)Set the limit.GetKmipAdaptersOptions.Builderoffset(long offset)Set the offset.GetKmipAdaptersOptions.BuildertotalCount(Boolean totalCount)Set the totalCount.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(String bluemixInstance)
Instantiates a new builder with required properties.- Parameters:
bluemixInstance- the bluemixInstance
-
-
Method Detail
-
build
public GetKmipAdaptersOptions build()
Builds a GetKmipAdaptersOptions.- Returns:
- the new GetKmipAdaptersOptions instance
-
bluemixInstance
public GetKmipAdaptersOptions.Builder bluemixInstance(String bluemixInstance)
Set the bluemixInstance.- Parameters:
bluemixInstance- the bluemixInstance- Returns:
- the GetKmipAdaptersOptions builder
-
correlationId
public GetKmipAdaptersOptions.Builder correlationId(String correlationId)
Set the correlationId.- Parameters:
correlationId- the correlationId- Returns:
- the GetKmipAdaptersOptions builder
-
limit
public GetKmipAdaptersOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit- the limit- Returns:
- the GetKmipAdaptersOptions builder
-
offset
public GetKmipAdaptersOptions.Builder offset(long offset)
Set the offset.- Parameters:
offset- the offset- Returns:
- the GetKmipAdaptersOptions builder
-
totalCount
public GetKmipAdaptersOptions.Builder totalCount(Boolean totalCount)
Set the totalCount.- Parameters:
totalCount- the totalCount- Returns:
- the GetKmipAdaptersOptions builder
-
crkId
public GetKmipAdaptersOptions.Builder crkId(String crkId)
Set the crkId.- Parameters:
crkId- the crkId- Returns:
- the GetKmipAdaptersOptions builder
-
-