| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
static ProfileTemplate.Builder |
ProfileTemplate.builder() |
ProfileTemplate.Builder |
ProfileTemplate.Builder.createdAt(Instant createdAt)
Sets the value of the CreatedAt property for this object.
|
ProfileTemplate.Builder |
ProfileTemplate.Builder.templateName(String templateName)
The name of the profile template.
|
ProfileTemplate.Builder |
ProfileTemplate.Builder.templateQuestions(Collection<ProfileTemplateQuestion> templateQuestions)
Profile template questions.
|
ProfileTemplate.Builder |
ProfileTemplate.Builder.templateQuestions(Consumer<ProfileTemplateQuestion.Builder>... templateQuestions)
Profile template questions.
|
ProfileTemplate.Builder |
ProfileTemplate.Builder.templateQuestions(ProfileTemplateQuestion... templateQuestions)
Profile template questions.
|
ProfileTemplate.Builder |
ProfileTemplate.toBuilder() |
ProfileTemplate.Builder |
ProfileTemplate.Builder.updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProfileTemplate.Builder> |
ProfileTemplate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetProfileTemplateResponse.Builder |
GetProfileTemplateResponse.Builder.profileTemplate(Consumer<ProfileTemplate.Builder> profileTemplate)
The profile template.
|
Copyright © 2023. All rights reserved.