Interface MemorySummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MemorySummary.Builder,,MemorySummary> SdkBuilder<MemorySummary.Builder,,MemorySummary> SdkPojo
- Enclosing class:
MemorySummary
@Mutable
@NotThreadSafe
public static interface MemorySummary.Builder
extends SdkPojo, CopyableBuilder<MemorySummary.Builder,MemorySummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the memory.The timestamp when the memory was created.The unique identifier of the memory.The current status of the memory.status(MemoryStatus status) The current status of the memory.The timestamp when the memory was last updated.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
-
arn
The Amazon Resource Name (ARN) of the memory.
- Parameters:
arn- The Amazon Resource Name (ARN) of the memory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the memory.
- Parameters:
id- The unique identifier of the memory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the memory.
- Parameters:
status- The current status of the memory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the memory.
- Parameters:
status- The current status of the memory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the memory was created.
- Parameters:
createdAt- The timestamp when the memory was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the memory was last updated.
- Parameters:
updatedAt- The timestamp when the memory was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-