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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnThe 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.
 
- 
idThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
createdAtThe 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.
 
- 
updatedAtThe 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.
 
 
-