Interface UpdateProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateProfileRequest.Builder,UpdateProfileRequest>,SdkBuilder<UpdateProfileRequest.Builder,UpdateProfileRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- UpdateProfileRequest
public static interface UpdateProfileRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<UpdateProfileRequest.Builder,UpdateProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateProfileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateProfileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateProfileRequest.BuilderprofileArn(String profileArn)The profile ARN.UpdateProfileRequest.BuilderprofileDescription(String profileDescription)The profile description.UpdateProfileRequest.BuilderprofileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)Profile questions.UpdateProfileRequest.BuilderprofileQuestions(Consumer<ProfileQuestionUpdate.Builder>... profileQuestions)Profile questions.UpdateProfileRequest.BuilderprofileQuestions(ProfileQuestionUpdate... profileQuestions)Profile questions.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.wellarchitected.model.WellArchitectedRequest.Builder
build
-
-
-
-
Method Detail
-
profileArn
UpdateProfileRequest.Builder profileArn(String profileArn)
The profile ARN.
- Parameters:
profileArn- The profile ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileDescription
UpdateProfileRequest.Builder profileDescription(String profileDescription)
The profile description.
- Parameters:
profileDescription- The profile description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileQuestions
UpdateProfileRequest.Builder profileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)
Profile questions.
- Parameters:
profileQuestions- Profile questions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileQuestions
UpdateProfileRequest.Builder profileQuestions(ProfileQuestionUpdate... profileQuestions)
Profile questions.
- Parameters:
profileQuestions- Profile questions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileQuestions
UpdateProfileRequest.Builder profileQuestions(Consumer<ProfileQuestionUpdate.Builder>... profileQuestions)
Profile questions.
This is a convenience method that creates an instance of theProfileQuestionUpdate.Builderavoiding the need to create one manually viaProfileQuestionUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#profileQuestions(List.) - Parameters:
profileQuestions- a consumer that will call methods onProfileQuestionUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#profileQuestions(java.util.Collection)
-
overrideConfiguration
UpdateProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-