Interface SummaryMemoryStrategyInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SummaryMemoryStrategyInput.Builder,,SummaryMemoryStrategyInput> SdkBuilder<SummaryMemoryStrategyInput.Builder,,SummaryMemoryStrategyInput> SdkPojo
- Enclosing class:
SummaryMemoryStrategyInput
@Mutable
@NotThreadSafe
public static interface SummaryMemoryStrategyInput.Builder
extends SdkPojo, CopyableBuilder<SummaryMemoryStrategyInput.Builder,SummaryMemoryStrategyInput>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the summary memory strategy.The name of the summary memory strategy.namespaces(String... namespaces) The namespaces associated with the summary memory strategy.namespaces(Collection<String> namespaces) The namespaces associated with the summary memory strategy.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
-
name
The name of the summary memory strategy.
- Parameters:
name- The name of the summary memory strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the summary memory strategy.
- Parameters:
description- The description of the summary memory strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaces
The namespaces associated with the summary memory strategy.
- Parameters:
namespaces- The namespaces associated with the summary memory strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaces
The namespaces associated with the summary memory strategy.
- Parameters:
namespaces- The namespaces associated with the summary memory strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-