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