public static final class ImmutableLsbReleaseFileMapEntry.Builder extends Object
ImmutableLsbReleaseFileMapEntry.
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 |
|---|---|
ImmutableLsbReleaseFileMapEntry |
build()
Builds a new
ImmutableLsbReleaseFileMapEntry. |
ImmutableLsbReleaseFileMapEntry.Builder |
from(LsbReleaseFileMapEntry instance)
Fill a builder with attribute values from the provided
LsbReleaseFileMapEntry instance. |
ImmutableLsbReleaseFileMapEntry.Builder |
key(String key)
Initializes the value for the
key attribute. |
ImmutableLsbReleaseFileMapEntry.Builder |
valuePattern(Pattern valuePattern)
Initializes the value for the
valuePattern attribute. |
public final ImmutableLsbReleaseFileMapEntry.Builder from(LsbReleaseFileMapEntry instance)
LsbReleaseFileMapEntry 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 ImmutableLsbReleaseFileMapEntry.Builder key(String key)
key attribute.key - The value for keythis builder for use in a chained invocationpublic final ImmutableLsbReleaseFileMapEntry.Builder valuePattern(Pattern valuePattern)
valuePattern attribute.valuePattern - The value for valuePatternthis builder for use in a chained invocationpublic ImmutableLsbReleaseFileMapEntry build()
ImmutableLsbReleaseFileMapEntry.IllegalStateException - if any required attributes are missingCopyright © 2025. All rights reserved.