Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.ProfileTemplate.Builder
-
Packages that use ProfileTemplate.Builder Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ProfileTemplate.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ProfileTemplate.Builder Modifier and Type Method Description static ProfileTemplate.BuilderProfileTemplate. builder()ProfileTemplate.BuilderProfileTemplate.Builder. createdAt(Instant createdAt)Sets the value of the CreatedAt property for this object.ProfileTemplate.BuilderProfileTemplate.Builder. templateName(String templateName)The name of the profile template.ProfileTemplate.BuilderProfileTemplate.Builder. templateQuestions(Collection<ProfileTemplateQuestion> templateQuestions)Profile template questions.ProfileTemplate.BuilderProfileTemplate.Builder. templateQuestions(Consumer<ProfileTemplateQuestion.Builder>... templateQuestions)Profile template questions.ProfileTemplate.BuilderProfileTemplate.Builder. templateQuestions(ProfileTemplateQuestion... templateQuestions)Profile template questions.ProfileTemplate.BuilderProfileTemplate. toBuilder()ProfileTemplate.BuilderProfileTemplate.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 ProfileTemplate.Builder Modifier and Type Method Description static Class<? extends ProfileTemplate.Builder>ProfileTemplate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type ProfileTemplate.Builder Modifier and Type Method Description default GetProfileTemplateResponse.BuilderGetProfileTemplateResponse.Builder. profileTemplate(Consumer<ProfileTemplate.Builder> profileTemplate)The profile template.
-