Interface ViewSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ViewSummary.Builder,,ViewSummary> SdkBuilder<ViewSummary.Builder,,ViewSummary> SdkPojo
- Enclosing class:
ViewSummary
@Mutable
@NotThreadSafe
public static interface ViewSummary.Builder
extends SdkPojo, CopyableBuilder<ViewSummary.Builder,ViewSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the view was created.description(String description) The description of the view.The name of the view.The ownership category of the view.The ownership category of the view.The timestamp when the view 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
-
name
The name of the view.
- Parameters:
name- The name of the view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The ownership category of the view.
- Parameters:
type- The ownership category of the view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The ownership category of the view.
- Parameters:
type- The ownership category of the view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description of the view.
- Parameters:
description- The description of the view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the view was created.
- Parameters:
createdAt- The timestamp when the view was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the view was last updated.
- Parameters:
updatedAt- The timestamp when the view was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-