public static interface UpdateProfileRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<UpdateProfileRequest.Builder,UpdateProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateProfileRequest.Builder |
profileArn(String profileArn)
The profile ARN.
|
UpdateProfileRequest.Builder |
profileDescription(String profileDescription)
The profile description.
|
UpdateProfileRequest.Builder |
profileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)
Profile questions.
|
UpdateProfileRequest.Builder |
profileQuestions(Consumer<ProfileQuestionUpdate.Builder>... profileQuestions)
Profile questions.
|
UpdateProfileRequest.Builder |
profileQuestions(ProfileQuestionUpdate... profileQuestions)
Profile questions.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateProfileRequest.Builder profileArn(String profileArn)
The profile ARN.
profileArn - The profile ARN.UpdateProfileRequest.Builder profileDescription(String profileDescription)
The profile description.
profileDescription - The profile description.UpdateProfileRequest.Builder profileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)
Profile questions.
profileQuestions - Profile questions.UpdateProfileRequest.Builder profileQuestions(ProfileQuestionUpdate... profileQuestions)
Profile questions.
profileQuestions - Profile questions.UpdateProfileRequest.Builder profileQuestions(Consumer<ProfileQuestionUpdate.Builder>... profileQuestions)
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) UpdateProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.