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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LensSummary.BuildercreatedAt(Instant createdAt)Sets the value of the CreatedAt property for this object.LensSummary.Builderdescription(String description)Sets the value of the Description property for this object.LensSummary.BuilderlensAlias(String lensAlias)Sets the value of the LensAlias property for this object.LensSummary.BuilderlensArn(String lensArn)The ARN of the lens.LensSummary.BuilderlensName(String lensName)Sets the value of the LensName property for this object.LensSummary.BuilderlensStatus(String lensStatus)The status of the lens.LensSummary.BuilderlensStatus(LensStatus lensStatus)The status of the lens.LensSummary.BuilderlensType(String lensType)The type of the lens.LensSummary.BuilderlensType(LensType lensType)The type of the lens.LensSummary.BuilderlensVersion(String lensVersion)The version of the lens.LensSummary.Builderowner(String owner)Sets the value of the Owner property for this object.LensSummary.BuilderupdatedAt(Instant updatedAt)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 Detail
-
lensArn
LensSummary.Builder lensArn(String 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
LensSummary.Builder lensAlias(String 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
LensSummary.Builder lensName(String 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
LensSummary.Builder lensType(String lensType)
The type of the lens.
-
lensType
LensSummary.Builder lensType(LensType lensType)
The type of the lens.
-
description
LensSummary.Builder description(String 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
LensSummary.Builder createdAt(Instant 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
LensSummary.Builder updatedAt(Instant 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
LensSummary.Builder lensVersion(String 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
LensSummary.Builder owner(String 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
LensSummary.Builder lensStatus(String 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,LensStatus
-
lensStatus
LensSummary.Builder lensStatus(LensStatus 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,LensStatus
-
-