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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ViewSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the view.ViewSummary.Builderdescription(String description)The description of the view.ViewSummary.Builderid(String id)The identifier of the view.ViewSummary.Buildername(String name)The name of the view.ViewSummary.Builderstatus(String status)Indicates the view status as eitherSAVEDorPUBLISHED.ViewSummary.Builderstatus(ViewStatus status)Indicates the view status as eitherSAVEDorPUBLISHED.ViewSummary.Buildertype(String type)The type of the view.ViewSummary.Buildertype(ViewType type)The type of the view.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
ViewSummary.Builder id(String 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
ViewSummary.Builder arn(String 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
ViewSummary.Builder name(String 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
ViewSummary.Builder type(String type)
The type of the view.
-
type
ViewSummary.Builder type(ViewType type)
The type of the view.
-
status
ViewSummary.Builder status(String 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:
ViewStatus,ViewStatus
-
status
ViewSummary.Builder status(ViewStatus 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:
ViewStatus,ViewStatus
-
description
ViewSummary.Builder description(String 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.
-
-