Interface ViewVersionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ViewVersionSummary.Builder,
,ViewVersionSummary> SdkBuilder<ViewVersionSummary.Builder,
,ViewVersionSummary> SdkPojo
- Enclosing class:
ViewVersionSummary
public static interface ViewVersionSummary.Builder
extends SdkPojo, CopyableBuilder<ViewVersionSummary.Builder,ViewVersionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the view version.description
(String description) The description of the view version.The identifier of the view version.The name of the view version.The type of the view version.The type of the view version.The sequentially incremented version of the view version.versionDescription
(String versionDescription) The description of the view version.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 Details
-
id
The identifier of the view version.
- Parameters:
id
- The identifier of the view version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the view version.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the view version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the view version.
- Parameters:
description
- The description of the view version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the view version.
- Parameters:
name
- The name of the view version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the view version.
- Parameters:
type
- The type of the view version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the view version.
- Parameters:
type
- The type of the view version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
version
The sequentially incremented version of the view version.
- Parameters:
version
- The sequentially incremented version of the view version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionDescription
The description of the view version.
- Parameters:
versionDescription
- The description of the view version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-