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
Modifier and TypeMethodDescriptionThe Kubernetes labels that the selector should match.The Kubernetes namespace that the selector should match.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
- 
namespace
The Kubernetes namespace that the selector should match.
- Parameters:
 namespace- The Kubernetes namespace that the selector should match.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
 
 
 -