Interface ContainerAttribute.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContainerAttribute.Builder,,ContainerAttribute> SdkBuilder<ContainerAttribute.Builder,,ContainerAttribute> SdkPojo
- Enclosing class:
ContainerAttribute
@Mutable
@NotThreadSafe
public static interface ContainerAttribute.Builder
extends SdkPojo, CopyableBuilder<ContainerAttribute.Builder,ContainerAttribute>
-
Method Summary
Modifier and TypeMethodDescriptionThe attribute key to filter on.The attribute value to 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, sdkFieldNameToField, sdkFields
-
Method Details
-
key
The attribute key to filter on.
- Parameters:
key- The attribute key to filter on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The attribute value to match.
- Parameters:
value- The attribute value to match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-