public static final class ServicePrincipalRemoveKeyParameterSet.ServicePrincipalRemoveKeyParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.UUID |
keyId
The keyId parameter value
|
protected java.lang.String |
proof
The proof parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
ServicePrincipalRemoveKeyParameterSetBuilder()
Instanciates a new ServicePrincipalRemoveKeyParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
ServicePrincipalRemoveKeyParameterSet |
build()
Buils the resulting body object to be passed to the request
|
ServicePrincipalRemoveKeyParameterSet.ServicePrincipalRemoveKeyParameterSetBuilder |
withKeyId(java.util.UUID val)
Sets the KeyId
|
ServicePrincipalRemoveKeyParameterSet.ServicePrincipalRemoveKeyParameterSetBuilder |
withProof(java.lang.String val)
Sets the Proof
|
@Nullable protected java.util.UUID keyId
@Nullable protected java.lang.String proof
@Nullable protected ServicePrincipalRemoveKeyParameterSetBuilder()
@Nonnull public ServicePrincipalRemoveKeyParameterSet.ServicePrincipalRemoveKeyParameterSetBuilder withKeyId(@Nullable java.util.UUID val)
val
- the value to set it to@Nonnull public ServicePrincipalRemoveKeyParameterSet.ServicePrincipalRemoveKeyParameterSetBuilder withProof(@Nullable java.lang.String val)
val
- the value to set it to@Nonnull public ServicePrincipalRemoveKeyParameterSet build()