public static interface LensSummary.Builder extends SdkPojo, CopyableBuilder<LensSummary.Builder,LensSummary>
| Modifier and Type | Method and Description |
|---|---|
LensSummary.Builder |
createdAt(Instant createdAt)
Sets the value of the CreatedAt property for this object.
|
LensSummary.Builder |
description(String description)
Sets the value of the Description property for this object.
|
LensSummary.Builder |
lensAlias(String lensAlias)
Sets the value of the LensAlias property for this object.
|
LensSummary.Builder |
lensArn(String lensArn)
The ARN of the lens.
|
LensSummary.Builder |
lensName(String lensName)
Sets the value of the LensName property for this object.
|
LensSummary.Builder |
lensStatus(LensStatus lensStatus)
The status of the lens.
|
LensSummary.Builder |
lensStatus(String lensStatus)
The status of the lens.
|
LensSummary.Builder |
lensType(LensType lensType)
The type of the lens.
|
LensSummary.Builder |
lensType(String lensType)
The type of the lens.
|
LensSummary.Builder |
lensVersion(String lensVersion)
The version of the lens.
|
LensSummary.Builder |
owner(String owner)
Sets the value of the Owner property for this object.
|
LensSummary.Builder |
updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLensSummary.Builder lensArn(String lensArn)
The ARN of the lens.
lensArn - The ARN of the lens.LensSummary.Builder lensAlias(String lensAlias)
lensAlias - The new value for the LensAlias property for this object.LensSummary.Builder lensName(String lensName)
lensName - The new value for the LensName property for this object.LensSummary.Builder lensType(String lensType)
The type of the lens.
LensSummary.Builder lensType(LensType lensType)
The type of the lens.
LensSummary.Builder description(String description)
description - The new value for the Description property for this object.LensSummary.Builder createdAt(Instant createdAt)
createdAt - The new value for the CreatedAt property for this object.LensSummary.Builder updatedAt(Instant updatedAt)
updatedAt - The new value for the UpdatedAt property for this object.LensSummary.Builder lensVersion(String lensVersion)
The version of the lens.
lensVersion - The version of the lens.LensSummary.Builder owner(String owner)
owner - The new value for the Owner property for this object.LensSummary.Builder lensStatus(String lensStatus)
The status of the lens.
lensStatus - The status of the lens.LensStatus,
LensStatusLensSummary.Builder lensStatus(LensStatus lensStatus)
The status of the lens.
lensStatus - The status of the lens.LensStatus,
LensStatusCopyright © 2023. All rights reserved.