Interface ViewSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ViewSummary.Builder,,ViewSummary> SdkBuilder<ViewSummary.Builder,,ViewSummary> SdkPojo
- Enclosing class:
ViewSummary
public static interface ViewSummary.Builder
extends SdkPojo, CopyableBuilder<ViewSummary.Builder,ViewSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the view.description(String description) The description of the view.The identifier of the view.The name of the view.Indicates the view status as eitherSAVEDorPUBLISHED.status(ViewStatus status) Indicates the view status as eitherSAVEDorPUBLISHED.The type of the view.The type of the view.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, sdkFields
-
Method Details
-
id
The identifier of the view.
- Parameters:
id- The identifier of the view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the view.
- Parameters:
arn- The Amazon Resource Name (ARN) of the view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 type of the view.
- Parameters:
type- The type of the view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the view.
- Parameters:
type- The type of the view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Indicates the view status as either
SAVEDorPUBLISHED. ThePUBLISHEDstatus will initiate validation on the content.- Parameters:
status- Indicates the view status as eitherSAVEDorPUBLISHED. ThePUBLISHEDstatus will initiate validation on the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Indicates the view status as either
SAVEDorPUBLISHED. ThePUBLISHEDstatus will initiate validation on the content.- Parameters:
status- Indicates the view status as eitherSAVEDorPUBLISHED. ThePUBLISHEDstatus will initiate validation on the content.- 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.
-