public static final class ServicesAppliedConfigTypes.Info.Builder
extends java.lang.Object
ServicesAppliedConfigTypes.Info
.Constructor and Description |
---|
Builder(ServicesAppliedConfigTypes.Health health,
NetworkAddress address,
java.util.Set<java.lang.String> groups,
java.util.List<X509CertChain> trustedcAs,
java.util.List<LocalizableMessage> details)
Constructor with parameters for the required properties of
ServicesAppliedConfigTypes.Info . |
Modifier and Type | Method and Description |
---|---|
ServicesAppliedConfigTypes.Info |
build() |
ServicesAppliedConfigTypes.Info.Builder |
setService(java.lang.String service)
The unique identifier of a Key Provider Service configuration from the desired
state.
|
public Builder(ServicesAppliedConfigTypes.Health health, NetworkAddress address, java.util.Set<java.lang.String> groups, java.util.List<X509CertChain> trustedcAs, java.util.List<LocalizableMessage> details)
ServicesAppliedConfigTypes.Info
.public ServicesAppliedConfigTypes.Info.Builder setService(java.lang.String service)
null
, this Key Provider Service is not registered within this vCenter
and thus the applied configuration is not present in the desired state.service
- New value for the property.
When clients pass a value of this class as a parameter, the property must be an
identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.kms.Service
. When methods return a
value of this class as a return value, the property will be an identifier for
the resource type: com.vmware.vcenter.trusted_infrastructure.kms.Service
.public ServicesAppliedConfigTypes.Info build()