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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ViewVersionSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the view version.ViewVersionSummary.Builderdescription(String description)The description of the view version.ViewVersionSummary.Builderid(String id)The identifier of the view version.ViewVersionSummary.Buildername(String name)The name of the view version.ViewVersionSummary.Buildertype(String type)The type of the view version.ViewVersionSummary.Buildertype(ViewType type)The type of the view version.ViewVersionSummary.Builderversion(Integer version)The sequentially incremented version of the view version.ViewVersionSummary.BuilderversionDescription(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 Detail
-
id
ViewVersionSummary.Builder id(String 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
ViewVersionSummary.Builder arn(String 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
ViewVersionSummary.Builder description(String 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
ViewVersionSummary.Builder name(String 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
ViewVersionSummary.Builder type(String type)
The type of the view version.
-
type
ViewVersionSummary.Builder type(ViewType type)
The type of the view version.
-
version
ViewVersionSummary.Builder version(Integer 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
ViewVersionSummary.Builder versionDescription(String 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.
-
-