default PackageDetailsForAssociation.Builder |
PackageDetailsForAssociation.Builder.associationConfiguration(Consumer<PackageAssociationConfiguration.Builder> associationConfiguration) |
The configuration parameters for associating the package with a domain.
|
PackageDetailsForAssociation.Builder |
PackageDetailsForAssociation.Builder.associationConfiguration(PackageAssociationConfiguration associationConfiguration) |
The configuration parameters for associating the package with a domain.
|
static PackageDetailsForAssociation.Builder |
PackageDetailsForAssociation.builder() |
|
PackageDetailsForAssociation.Builder |
PackageDetailsForAssociation.Builder.packageID(String packageID) |
Internal ID of the package that you want to associate with a domain.
|
PackageDetailsForAssociation.Builder |
PackageDetailsForAssociation.Builder.prerequisitePackageIDList(String... prerequisitePackageIDList) |
List of package IDs that must be associated with the domain with or before the package can be associated.
|
PackageDetailsForAssociation.Builder |
PackageDetailsForAssociation.Builder.prerequisitePackageIDList(Collection<String> prerequisitePackageIDList) |
List of package IDs that must be associated with the domain with or before the package can be associated.
|
PackageDetailsForAssociation.Builder |
PackageDetailsForAssociation.toBuilder() |
|