Interface PackageGroupAllowedRepository.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PackageGroupAllowedRepository.Builder,,PackageGroupAllowedRepository> SdkBuilder<PackageGroupAllowedRepository.Builder,,PackageGroupAllowedRepository> SdkPojo
- Enclosing class:
PackageGroupAllowedRepository
public static interface PackageGroupAllowedRepository.Builder
extends SdkPojo, CopyableBuilder<PackageGroupAllowedRepository.Builder,PackageGroupAllowedRepository>
-
Method Summary
Modifier and TypeMethodDescriptionoriginRestrictionType(String originRestrictionType) The origin configuration restriction type of the allowed repository.originRestrictionType(PackageGroupOriginRestrictionType originRestrictionType) The origin configuration restriction type of the allowed repository.repositoryName(String repositoryName) The name of the allowed repository.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
repositoryName
The name of the allowed repository.
- Parameters:
repositoryName- The name of the allowed repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originRestrictionType
The origin configuration restriction type of the allowed repository.
- Parameters:
originRestrictionType- The origin configuration restriction type of the allowed repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
originRestrictionType
PackageGroupAllowedRepository.Builder originRestrictionType(PackageGroupOriginRestrictionType originRestrictionType) The origin configuration restriction type of the allowed repository.
- Parameters:
originRestrictionType- The origin configuration restriction type of the allowed repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-