Interface RateLimitLabelNamespace.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RateLimitLabelNamespace.Builder,RateLimitLabelNamespace>,SdkBuilder<RateLimitLabelNamespace.Builder,RateLimitLabelNamespace>,SdkPojo
- Enclosing class:
- RateLimitLabelNamespace
public static interface RateLimitLabelNamespace.Builder extends SdkPojo, CopyableBuilder<RateLimitLabelNamespace.Builder,RateLimitLabelNamespace>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RateLimitLabelNamespace.Buildernamespace(String namespace)The namespace to use for aggregation.-
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
RateLimitLabelNamespace.Builder namespace(String namespace)
The namespace to use for aggregation.
- Parameters:
namespace- The namespace to use for aggregation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-