public static interface DomainPackageDetails.Builder extends SdkPojo, CopyableBuilder<DomainPackageDetails.Builder,DomainPackageDetails>
| Modifier and Type | Method and Description |
|---|---|
DomainPackageDetails.Builder |
domainName(String domainName)
Name of the domain you've associated a package with.
|
DomainPackageDetails.Builder |
domainPackageStatus(DomainPackageStatus domainPackageStatus)
State of the association.
|
DomainPackageDetails.Builder |
domainPackageStatus(String domainPackageStatus)
State of the association.
|
default DomainPackageDetails.Builder |
errorDetails(Consumer<ErrorDetails.Builder> errorDetails)
Additional information if the package is in an error state.
|
DomainPackageDetails.Builder |
errorDetails(ErrorDetails errorDetails)
Additional information if the package is in an error state.
|
DomainPackageDetails.Builder |
lastUpdated(Instant lastUpdated)
Timestamp of the most-recent update to the association status.
|
DomainPackageDetails.Builder |
packageID(String packageID)
Internal ID of the package.
|
DomainPackageDetails.Builder |
packageName(String packageName)
User specified name of the package.
|
DomainPackageDetails.Builder |
packageType(PackageType packageType)
Currently supports only TXT-DICTIONARY.
|
DomainPackageDetails.Builder |
packageType(String packageType)
Currently supports only TXT-DICTIONARY.
|
DomainPackageDetails.Builder |
packageVersion(String packageVersion)
Sets the value of the PackageVersion property for this object.
|
DomainPackageDetails.Builder |
referencePath(String referencePath)
The relative path on Amazon ES nodes, which can be used as synonym_path when the package is synonym file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomainPackageDetails.Builder packageID(String packageID)
Internal ID of the package.
packageID - Internal ID of the package.DomainPackageDetails.Builder packageName(String packageName)
User specified name of the package.
packageName - User specified name of the package.DomainPackageDetails.Builder packageType(String packageType)
Currently supports only TXT-DICTIONARY.
packageType - Currently supports only TXT-DICTIONARY.PackageType,
PackageTypeDomainPackageDetails.Builder packageType(PackageType packageType)
Currently supports only TXT-DICTIONARY.
packageType - Currently supports only TXT-DICTIONARY.PackageType,
PackageTypeDomainPackageDetails.Builder lastUpdated(Instant lastUpdated)
Timestamp of the most-recent update to the association status.
lastUpdated - Timestamp of the most-recent update to the association status.DomainPackageDetails.Builder domainName(String domainName)
Name of the domain you've associated a package with.
domainName - Name of the domain you've associated a package with.DomainPackageDetails.Builder domainPackageStatus(String domainPackageStatus)
State of the association. Values are ASSOCIATING/ASSOCIATION_FAILED/ACTIVE/DISSOCIATING/DISSOCIATION_FAILED.
domainPackageStatus - State of the association. Values are
ASSOCIATING/ASSOCIATION_FAILED/ACTIVE/DISSOCIATING/DISSOCIATION_FAILED.DomainPackageStatus,
DomainPackageStatusDomainPackageDetails.Builder domainPackageStatus(DomainPackageStatus domainPackageStatus)
State of the association. Values are ASSOCIATING/ASSOCIATION_FAILED/ACTIVE/DISSOCIATING/DISSOCIATION_FAILED.
domainPackageStatus - State of the association. Values are
ASSOCIATING/ASSOCIATION_FAILED/ACTIVE/DISSOCIATING/DISSOCIATION_FAILED.DomainPackageStatus,
DomainPackageStatusDomainPackageDetails.Builder packageVersion(String packageVersion)
packageVersion - The new value for the PackageVersion property for this object.DomainPackageDetails.Builder referencePath(String referencePath)
The relative path on Amazon ES nodes, which can be used as synonym_path when the package is synonym file.
referencePath - The relative path on Amazon ES nodes, which can be used as synonym_path when the package is synonym
file.DomainPackageDetails.Builder errorDetails(ErrorDetails errorDetails)
Additional information if the package is in an error state. Null otherwise.
errorDetails - Additional information if the package is in an error state. Null otherwise.default DomainPackageDetails.Builder errorDetails(Consumer<ErrorDetails.Builder> errorDetails)
Additional information if the package is in an error state. Null otherwise.
This is a convenience that creates an instance of theErrorDetails.Builder avoiding the need to
create one manually via ErrorDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to errorDetails(ErrorDetails).errorDetails - a consumer that will call methods on ErrorDetails.BuildererrorDetails(ErrorDetails)Copyright © 2022. All rights reserved.