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 key of the container attribute to filter on.The value of the container attribute to filter on.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 key of the container attribute to filter on.
- Parameters:
key- The key of the container attribute to filter on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value of the container attribute to filter on.
- Parameters:
value- The value of the container attribute to filter on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-