Package | Description |
---|---|
com.iland.cohesity.iaas.backups.protectionsources |
Backup Groups Model Package.
|
Modifier and Type | Method and Description |
---|---|
ImmutableAttachment |
ImmutableAttachment.Builder.build()
Builds a new
ImmutableAttachment . |
static ImmutableAttachment |
ImmutableAttachment.copyOf(Attachment instance)
Creates an immutable copy of a
Attachment value. |
ImmutableAttachment |
ImmutableAttachment.withContentType(String value)
Copy the current immutable object by setting a value for the
contentType attribute. |
ImmutableAttachment |
ImmutableAttachment.withLength(Long value)
Copy the current immutable object by setting a value for the
length attribute. |
ImmutableAttachment |
ImmutableAttachment.withName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
name attribute. |
ImmutableAttachment |
ImmutableAttachment.withName(String value)
Copy the current immutable object by setting a present value for the optional
name attribute. |
ImmutableAttachment |
ImmutableAttachment.withOctetStream(InputStream value)
Copy the current immutable object by setting a value for the
octetStream attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.