Interface HarnessSkillAwsSkillsSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HarnessSkillAwsSkillsSource.Builder,,HarnessSkillAwsSkillsSource> SdkBuilder<HarnessSkillAwsSkillsSource.Builder,,HarnessSkillAwsSkillsSource> SdkPojo
- Enclosing class:
HarnessSkillAwsSkillsSource
@Mutable
@NotThreadSafe
public static interface HarnessSkillAwsSkillsSource.Builder
extends SdkPojo, CopyableBuilder<HarnessSkillAwsSkillsSource.Builder,HarnessSkillAwsSkillsSource>
-
Method Summary
Modifier and TypeMethodDescriptionOptionally filter allowed skills with glob syntax, e.g., ['core-skills/*'].paths(Collection<String> paths) Optionally filter allowed skills with glob syntax, e.g., ['core-skills/*'].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, sdkFieldNameToField, sdkFields
-
Method Details
-
paths
Optionally filter allowed skills with glob syntax, e.g., ['core-skills/*'].
- Parameters:
paths- Optionally filter allowed skills with glob syntax, e.g., ['core-skills/*'].- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paths
Optionally filter allowed skills with glob syntax, e.g., ['core-skills/*'].
- Parameters:
paths- Optionally filter allowed skills with glob syntax, e.g., ['core-skills/*'].- Returns:
- Returns a reference to this object so that method calls can be chained together.
-