Interface DocumentationVersion.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DocumentationVersion.Builder,DocumentationVersion>,SdkBuilder<DocumentationVersion.Builder,DocumentationVersion>,SdkPojo
- Enclosing class:
- DocumentationVersion
public static interface DocumentationVersion.Builder extends SdkPojo, CopyableBuilder<DocumentationVersion.Builder,DocumentationVersion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentationVersion.BuildercreatedDate(Instant createdDate)The date when the API documentation snapshot is created.DocumentationVersion.Builderdescription(String description)The description of the API documentation snapshot.DocumentationVersion.Builderversion(String version)The version identifier of the API documentation snapshot.-
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 Detail
-
version
DocumentationVersion.Builder version(String version)
The version identifier of the API documentation snapshot.
- Parameters:
version- The version identifier of the API documentation snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
DocumentationVersion.Builder createdDate(Instant createdDate)
The date when the API documentation snapshot is created.
- Parameters:
createdDate- The date when the API documentation snapshot is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
DocumentationVersion.Builder description(String description)
The description of the API documentation snapshot.
- Parameters:
description- The description of the API documentation snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-