UpdatePackageGroupOriginConfigurationRequest.Builder |
UpdatePackageGroupOriginConfigurationRequest.Builder.addAllowedRepositories(Collection<PackageGroupAllowedRepository> addAllowedRepositories) |
The repository name and restrictions to add to the allowed repository list of the specified package group.
|
UpdatePackageGroupOriginConfigurationRequest.Builder |
UpdatePackageGroupOriginConfigurationRequest.Builder.addAllowedRepositories(Consumer<PackageGroupAllowedRepository.Builder>... addAllowedRepositories) |
The repository name and restrictions to add to the allowed repository list of the specified package group.
|
UpdatePackageGroupOriginConfigurationRequest.Builder |
UpdatePackageGroupOriginConfigurationRequest.Builder.addAllowedRepositories(PackageGroupAllowedRepository... addAllowedRepositories) |
The repository name and restrictions to add to the allowed repository list of the specified package group.
|
static UpdatePackageGroupOriginConfigurationRequest.Builder |
UpdatePackageGroupOriginConfigurationRequest.builder() |
|
UpdatePackageGroupOriginConfigurationRequest.Builder |
UpdatePackageGroupOriginConfigurationRequest.Builder.domain(String domain) |
The name of the domain which contains the package group for which to update the origin configuration.
|
UpdatePackageGroupOriginConfigurationRequest.Builder |
UpdatePackageGroupOriginConfigurationRequest.Builder.domainOwner(String domainOwner) |
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
UpdatePackageGroupOriginConfigurationRequest.Builder |
UpdatePackageGroupOriginConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdatePackageGroupOriginConfigurationRequest.Builder |
UpdatePackageGroupOriginConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdatePackageGroupOriginConfigurationRequest.Builder |
UpdatePackageGroupOriginConfigurationRequest.Builder.packageGroup(String packageGroup) |
The pattern of the package group for which to update the origin configuration.
|
UpdatePackageGroupOriginConfigurationRequest.Builder |
UpdatePackageGroupOriginConfigurationRequest.Builder.removeAllowedRepositories(Collection<PackageGroupAllowedRepository> removeAllowedRepositories) |
The repository name and restrictions to remove from the allowed repository list of the specified package
group.
|
UpdatePackageGroupOriginConfigurationRequest.Builder |
UpdatePackageGroupOriginConfigurationRequest.Builder.removeAllowedRepositories(Consumer<PackageGroupAllowedRepository.Builder>... removeAllowedRepositories) |
The repository name and restrictions to remove from the allowed repository list of the specified package
group.
|
UpdatePackageGroupOriginConfigurationRequest.Builder |
UpdatePackageGroupOriginConfigurationRequest.Builder.removeAllowedRepositories(PackageGroupAllowedRepository... removeAllowedRepositories) |
The repository name and restrictions to remove from the allowed repository list of the specified package
group.
|
UpdatePackageGroupOriginConfigurationRequest.Builder |
UpdatePackageGroupOriginConfigurationRequest.Builder.restrictions(Map<PackageGroupOriginRestrictionType,PackageGroupOriginRestrictionMode> restrictions) |
The origin configuration settings that determine how package versions can enter repositories.
|
UpdatePackageGroupOriginConfigurationRequest.Builder |
UpdatePackageGroupOriginConfigurationRequest.Builder.restrictionsWithStrings(Map<String,String> restrictions) |
The origin configuration settings that determine how package versions can enter repositories.
|
UpdatePackageGroupOriginConfigurationRequest.Builder |
UpdatePackageGroupOriginConfigurationRequest.toBuilder() |
|