Interface PackageGroupOriginConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PackageGroupOriginConfiguration.Builder,PackageGroupOriginConfiguration>,SdkBuilder<PackageGroupOriginConfiguration.Builder,PackageGroupOriginConfiguration>,SdkPojo
- Enclosing class:
- PackageGroupOriginConfiguration
public static interface PackageGroupOriginConfiguration.Builder extends SdkPojo, CopyableBuilder<PackageGroupOriginConfiguration.Builder,PackageGroupOriginConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PackageGroupOriginConfiguration.Builderrestrictions(Map<PackageGroupOriginRestrictionType,PackageGroupOriginRestriction> restrictions)The origin configuration settings that determine how package versions can enter repositories.PackageGroupOriginConfiguration.BuilderrestrictionsWithStrings(Map<String,PackageGroupOriginRestriction> restrictions)The origin configuration settings that determine how package versions can enter repositories.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
restrictionsWithStrings
PackageGroupOriginConfiguration.Builder restrictionsWithStrings(Map<String,PackageGroupOriginRestriction> restrictions)
The origin configuration settings that determine how package versions can enter repositories.
- Parameters:
restrictions- The origin configuration settings that determine how package versions can enter repositories.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restrictions
PackageGroupOriginConfiguration.Builder restrictions(Map<PackageGroupOriginRestrictionType,PackageGroupOriginRestriction> restrictions)
The origin configuration settings that determine how package versions can enter repositories.
- Parameters:
restrictions- The origin configuration settings that determine how package versions can enter repositories.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-