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 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 eitherSAVED
orPUBLISHED
.status
(ViewStatus status) Indicates the view status as eitherSAVED
orPUBLISHED
.The type of the view.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, sdkFieldNameToField, 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
SAVED
orPUBLISHED
. ThePUBLISHED
status will initiate validation on the content.- Parameters:
status
- Indicates the view status as eitherSAVED
orPUBLISHED
. ThePUBLISHED
status 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
SAVED
orPUBLISHED
. ThePUBLISHED
status will initiate validation on the content.- Parameters:
status
- Indicates the view status as eitherSAVED
orPUBLISHED
. ThePUBLISHED
status 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.
-