public static interface CreateProfileRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<CreateProfileRequest.Builder,CreateProfileRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProfileRequest.Builder profileName(String profileName)
Name of the profile.
profileName - Name of the profile.CreateProfileRequest.Builder profileDescription(String profileDescription)
The profile description.
profileDescription - The profile description.CreateProfileRequest.Builder profileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)
The profile questions.
profileQuestions - The profile questions.CreateProfileRequest.Builder profileQuestions(ProfileQuestionUpdate... profileQuestions)
The profile questions.
profileQuestions - The profile questions.CreateProfileRequest.Builder profileQuestions(Consumer<ProfileQuestionUpdate.Builder>... profileQuestions)
The profile questions.
This is a convenience method that creates an instance of theProfileQuestionUpdate.Builder avoiding the need
to create one manually via
ProfileQuestionUpdate.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #profileQuestions(List.
profileQuestions - a consumer that will call methods on
ProfileQuestionUpdate.Builder#profileQuestions(java.util.Collection) CreateProfileRequest.Builder clientRequestToken(String clientRequestToken)
clientRequestToken - The new value for the ClientRequestToken property for this object.CreateProfileRequest.Builder tags(Map<String,String> tags)
The tags assigned to the profile.
tags - The tags assigned to the profile.CreateProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.