Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.LensSummary.Builder
-
Packages that use LensSummary.Builder Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of LensSummary.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return LensSummary.Builder Modifier and Type Method Description static LensSummary.BuilderLensSummary. builder()LensSummary.BuilderLensSummary.Builder. createdAt(Instant createdAt)Sets the value of the CreatedAt property for this object.LensSummary.BuilderLensSummary.Builder. description(String description)Sets the value of the Description property for this object.LensSummary.BuilderLensSummary.Builder. lensAlias(String lensAlias)Sets the value of the LensAlias property for this object.LensSummary.BuilderLensSummary.Builder. lensArn(String lensArn)The ARN of the lens.LensSummary.BuilderLensSummary.Builder. lensName(String lensName)Sets the value of the LensName property for this object.LensSummary.BuilderLensSummary.Builder. lensStatus(String lensStatus)The status of the lens.LensSummary.BuilderLensSummary.Builder. lensStatus(LensStatus lensStatus)The status of the lens.LensSummary.BuilderLensSummary.Builder. lensType(String lensType)The type of the lens.LensSummary.BuilderLensSummary.Builder. lensType(LensType lensType)The type of the lens.LensSummary.BuilderLensSummary.Builder. lensVersion(String lensVersion)The version of the lens.LensSummary.BuilderLensSummary.Builder. owner(String owner)Sets the value of the Owner property for this object.LensSummary.BuilderLensSummary. toBuilder()LensSummary.BuilderLensSummary.Builder. updatedAt(Instant updatedAt)Sets the value of the UpdatedAt property for this object.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type LensSummary.Builder Modifier and Type Method Description static Class<? extends LensSummary.Builder>LensSummary. serializableBuilderClass()
-