Interface DocumentDefaultVersionDescription.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DocumentDefaultVersionDescription.Builder,DocumentDefaultVersionDescription>
,SdkBuilder<DocumentDefaultVersionDescription.Builder,DocumentDefaultVersionDescription>
,SdkPojo
- Enclosing class:
- DocumentDefaultVersionDescription
public static interface DocumentDefaultVersionDescription.Builder extends SdkPojo, CopyableBuilder<DocumentDefaultVersionDescription.Builder,DocumentDefaultVersionDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentDefaultVersionDescription.Builder
defaultVersion(String defaultVersion)
The default version of the document.DocumentDefaultVersionDescription.Builder
defaultVersionName(String defaultVersionName)
The default version of the artifact associated with the document.DocumentDefaultVersionDescription.Builder
name(String name)
The name of the document.-
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
-
name
DocumentDefaultVersionDescription.Builder name(String name)
The name of the document.
- Parameters:
name
- The name of the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultVersion
DocumentDefaultVersionDescription.Builder defaultVersion(String defaultVersion)
The default version of the document.
- Parameters:
defaultVersion
- The default version of the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultVersionName
DocumentDefaultVersionDescription.Builder defaultVersionName(String defaultVersionName)
The default version of the artifact associated with the document.
- Parameters:
defaultVersionName
- The default version of the artifact associated with the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-