public static final class DeleteClientAction.Builder extends Object
DeleteClientAction.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method and Description |
|---|---|
DeleteClientAction |
build()
Builds a new
DeleteClientAction. |
DeleteClientAction.Builder |
clientId(String clientId)
Initializes the value for the
clientId attribute. |
DeleteClientAction.Builder |
from(DeleteClientAction instance)
Fill a builder with attribute values from the provided
DeleteClientAction instance. |
public final DeleteClientAction.Builder from(DeleteClientAction instance)
DeleteClientAction instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final DeleteClientAction.Builder clientId(String clientId)
clientId attribute.clientId - The value for clientIdthis builder for use in a chained invocationpublic DeleteClientAction build()
DeleteClientAction.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.