Interface FargateProfileSelector.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FargateProfileSelector.Builder,FargateProfileSelector>,SdkBuilder<FargateProfileSelector.Builder,FargateProfileSelector>,SdkPojo
- Enclosing class:
- FargateProfileSelector
public static interface FargateProfileSelector.Builder extends SdkPojo, CopyableBuilder<FargateProfileSelector.Builder,FargateProfileSelector>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FargateProfileSelector.Builderlabels(Map<String,String> labels)The Kubernetes labels that the selector should match.FargateProfileSelector.Buildernamespace(String namespace)The Kubernetesnamespacethat the selector should match.-
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
-
namespace
FargateProfileSelector.Builder namespace(String namespace)
The Kubernetes
namespacethat the selector should match.- Parameters:
namespace- The Kubernetesnamespacethat the selector should match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labels
FargateProfileSelector.Builder labels(Map<String,String> labels)
The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.
- Parameters:
labels- The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-