@NotThreadSafe public static final class ImmutableLocalVdcBackupClusterInfo.Builder extends Object
ImmutableLocalVdcBackupClusterInfo
.
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 |
---|---|
ImmutableLocalVdcBackupClusterInfo |
build()
Builds a new
ImmutableLocalVdcBackupClusterInfo . |
ImmutableLocalVdcBackupClusterInfo.Builder |
from(LocalVdcBackupClusterInfo instance)
Fill a builder with attribute values from the provided
LocalVdcBackupClusterInfo instance. |
ImmutableLocalVdcBackupClusterInfo.Builder |
name(String name)
Initializes the value for the
name attribute. |
ImmutableLocalVdcBackupClusterInfo.Builder |
uid(BackupClusterUid uid)
Initializes the value for the
uid attribute. |
public final ImmutableLocalVdcBackupClusterInfo.Builder from(LocalVdcBackupClusterInfo instance)
LocalVdcBackupClusterInfo
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 ImmutableLocalVdcBackupClusterInfo.Builder uid(BackupClusterUid uid)
uid
attribute.uid
- The value for uidthis
builder for use in a chained invocationpublic final ImmutableLocalVdcBackupClusterInfo.Builder name(String name)
name
attribute.name
- The value for namethis
builder for use in a chained invocationpublic ImmutableLocalVdcBackupClusterInfo build()
ImmutableLocalVdcBackupClusterInfo
.IllegalStateException
- if any required attributes are missingCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.