Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.CreateProfileRequest.Builder
-
Packages that use CreateProfileRequest.Builder Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.model -
-
Uses of CreateProfileRequest.Builder in software.amazon.awssdk.services.wellarchitected
Method parameters in software.amazon.awssdk.services.wellarchitected with type arguments of type CreateProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateProfileResponse>WellArchitectedAsyncClient. createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)Create a profile.default CreateProfileResponseWellArchitectedClient. createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)Create a profile. -
Uses of CreateProfileRequest.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return CreateProfileRequest.Builder Modifier and Type Method Description static CreateProfileRequest.BuilderCreateProfileRequest. builder()CreateProfileRequest.BuilderCreateProfileRequest.Builder. clientRequestToken(String clientRequestToken)Sets the value of the ClientRequestToken property for this object.CreateProfileRequest.BuilderCreateProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateProfileRequest.BuilderCreateProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateProfileRequest.BuilderCreateProfileRequest.Builder. profileDescription(String profileDescription)The profile description.CreateProfileRequest.BuilderCreateProfileRequest.Builder. profileName(String profileName)Name of the profile.CreateProfileRequest.BuilderCreateProfileRequest.Builder. profileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)The profile questions.CreateProfileRequest.BuilderCreateProfileRequest.Builder. profileQuestions(Consumer<ProfileQuestionUpdate.Builder>... profileQuestions)The profile questions.CreateProfileRequest.BuilderCreateProfileRequest.Builder. profileQuestions(ProfileQuestionUpdate... profileQuestions)The profile questions.CreateProfileRequest.BuilderCreateProfileRequest.Builder. tags(Map<String,String> tags)The tags assigned to the profile.CreateProfileRequest.BuilderCreateProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type CreateProfileRequest.Builder Modifier and Type Method Description static Class<? extends CreateProfileRequest.Builder>CreateProfileRequest. serializableBuilderClass()
-