public static final class ListServiceAccessSettingsRequest.Builder extends Object
ListServiceAccessSettingsRequest.
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 |
|---|---|
ListServiceAccessSettingsRequest.Builder |
brokerName(String brokerName)
Initializes the value for the
brokerName attribute. |
ListServiceAccessSettingsRequest |
build()
Builds a new
ListServiceAccessSettingsRequest. |
ListServiceAccessSettingsRequest.Builder |
from(ListServiceAccessSettingsRequest instance)
Fill a builder with attribute values from the provided
ListServiceAccessSettingsRequest instance. |
ListServiceAccessSettingsRequest.Builder |
organizationName(String organizationName)
Initializes the value for the
organizationName attribute. |
ListServiceAccessSettingsRequest.Builder |
serviceName(String serviceName)
Initializes the value for the
serviceName attribute. |
public final ListServiceAccessSettingsRequest.Builder from(ListServiceAccessSettingsRequest instance)
ListServiceAccessSettingsRequest 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 ListServiceAccessSettingsRequest.Builder brokerName(String brokerName)
brokerName attribute.brokerName - The value for brokerName (can be null)this builder for use in a chained invocationpublic final ListServiceAccessSettingsRequest.Builder organizationName(String organizationName)
organizationName attribute.organizationName - The value for organizationName (can be null)this builder for use in a chained invocationpublic final ListServiceAccessSettingsRequest.Builder serviceName(String serviceName)
serviceName attribute.serviceName - The value for serviceName (can be null)this builder for use in a chained invocationpublic ListServiceAccessSettingsRequest build()
ListServiceAccessSettingsRequest.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.