Interface LensSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LensSummary.Builder,
,LensSummary> SdkBuilder<LensSummary.Builder,
,LensSummary> SdkPojo
- Enclosing class:
LensSummary
public static interface LensSummary.Builder
extends SdkPojo, CopyableBuilder<LensSummary.Builder,LensSummary>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the CreatedAt property for this object.description
(String description) Sets the value of the Description property for this object.Sets the value of the LensAlias property for this object.The ARN of the lens.Sets the value of the LensName property for this object.lensStatus
(String lensStatus) The status of the lens.lensStatus
(LensStatus lensStatus) The status of the lens.The type of the lens.The type of the lens.lensVersion
(String lensVersion) The version of the lens.Sets the value of the Owner property for this object.Sets the value of the UpdatedAt property for this object.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
-
lensArn
The ARN of the lens.
- Parameters:
lensArn
- The ARN of the lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensAlias
Sets the value of the LensAlias property for this object.- Parameters:
lensAlias
- The new value for the LensAlias property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensName
Sets the value of the LensName property for this object.- Parameters:
lensName
- The new value for the LensName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensType
The type of the lens.
- Parameters:
lensType
- The type of the lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lensType
The type of the lens.
- Parameters:
lensType
- The type of the lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
Sets the value of the Description property for this object.- Parameters:
description
- The new value for the Description property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
Sets the value of the CreatedAt property for this object.- Parameters:
createdAt
- The new value for the CreatedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
Sets the value of the UpdatedAt property for this object.- Parameters:
updatedAt
- The new value for the UpdatedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensVersion
The version of the lens.
- Parameters:
lensVersion
- The version of the lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owner
Sets the value of the Owner property for this object.- Parameters:
owner
- The new value for the Owner property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensStatus
The status of the lens.
- Parameters:
lensStatus
- The status of the lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lensStatus
The status of the lens.
- Parameters:
lensStatus
- The status of the lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-