Class GetRegistrationsAllKeysOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.GetRegistrationsAllKeysOptions.Builder
-
- Enclosing class:
- GetRegistrationsAllKeysOptions
public static class GetRegistrationsAllKeysOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetRegistrationsAllKeysOptions.BuilderbluemixInstance(String bluemixInstance)Set the bluemixInstance.GetRegistrationsAllKeysOptionsbuild()Builds a GetRegistrationsAllKeysOptions.GetRegistrationsAllKeysOptions.BuildercorrelationId(String correlationId)Set the correlationId.GetRegistrationsAllKeysOptions.Builderlimit(long limit)Set the limit.GetRegistrationsAllKeysOptions.Builderoffset(long offset)Set the offset.GetRegistrationsAllKeysOptions.BuilderpreventKeyDeletion(Boolean preventKeyDeletion)Set the preventKeyDeletion.GetRegistrationsAllKeysOptions.BuildertotalCount(Boolean totalCount)Set the totalCount.GetRegistrationsAllKeysOptions.BuilderurlEncodedResourceCrnQuery(String urlEncodedResourceCrnQuery)Set the urlEncodedResourceCrnQuery.GetRegistrationsAllKeysOptions.BuilderxKmsKeyRing(String xKmsKeyRing)Set the xKmsKeyRing.
-
-
-
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 GetRegistrationsAllKeysOptions build()
Builds a GetRegistrationsAllKeysOptions.- Returns:
- the new GetRegistrationsAllKeysOptions instance
-
bluemixInstance
public GetRegistrationsAllKeysOptions.Builder bluemixInstance(String bluemixInstance)
Set the bluemixInstance.- Parameters:
bluemixInstance- the bluemixInstance- Returns:
- the GetRegistrationsAllKeysOptions builder
-
correlationId
public GetRegistrationsAllKeysOptions.Builder correlationId(String correlationId)
Set the correlationId.- Parameters:
correlationId- the correlationId- Returns:
- the GetRegistrationsAllKeysOptions builder
-
xKmsKeyRing
public GetRegistrationsAllKeysOptions.Builder xKmsKeyRing(String xKmsKeyRing)
Set the xKmsKeyRing.- Parameters:
xKmsKeyRing- the xKmsKeyRing- Returns:
- the GetRegistrationsAllKeysOptions builder
-
urlEncodedResourceCrnQuery
public GetRegistrationsAllKeysOptions.Builder urlEncodedResourceCrnQuery(String urlEncodedResourceCrnQuery)
Set the urlEncodedResourceCrnQuery.- Parameters:
urlEncodedResourceCrnQuery- the urlEncodedResourceCrnQuery- Returns:
- the GetRegistrationsAllKeysOptions builder
-
limit
public GetRegistrationsAllKeysOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit- the limit- Returns:
- the GetRegistrationsAllKeysOptions builder
-
offset
public GetRegistrationsAllKeysOptions.Builder offset(long offset)
Set the offset.- Parameters:
offset- the offset- Returns:
- the GetRegistrationsAllKeysOptions builder
-
preventKeyDeletion
public GetRegistrationsAllKeysOptions.Builder preventKeyDeletion(Boolean preventKeyDeletion)
Set the preventKeyDeletion.- Parameters:
preventKeyDeletion- the preventKeyDeletion- Returns:
- the GetRegistrationsAllKeysOptions builder
-
totalCount
public GetRegistrationsAllKeysOptions.Builder totalCount(Boolean totalCount)
Set the totalCount.- Parameters:
totalCount- the totalCount- Returns:
- the GetRegistrationsAllKeysOptions builder
-
-