Interface UpdateLensReviewRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLensReviewRequest.Builder,UpdateLensReviewRequest>,SdkBuilder<UpdateLensReviewRequest.Builder,UpdateLensReviewRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- UpdateLensReviewRequest
public static interface UpdateLensReviewRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<UpdateLensReviewRequest.Builder,UpdateLensReviewRequest>
-
-
Method Summary
-
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
-
workloadId
UpdateLensReviewRequest.Builder workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.- Parameters:
workloadId- The new value for the WorkloadId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensAlias
UpdateLensReviewRequest.Builder lensAlias(String lensAlias)
Sets the value of the LensAlias property for this object.- Parameters:
lensAlias- The new value for the LensAlias property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensNotes
UpdateLensReviewRequest.Builder lensNotes(String lensNotes)
Sets the value of the LensNotes property for this object.- Parameters:
lensNotes- The new value for the LensNotes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pillarNotes
UpdateLensReviewRequest.Builder pillarNotes(Map<String,String> pillarNotes)
Sets the value of the PillarNotes property for this object.- Parameters:
pillarNotes- The new value for the PillarNotes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jiraConfiguration
UpdateLensReviewRequest.Builder jiraConfiguration(JiraSelectedQuestionConfiguration jiraConfiguration)
Configuration of the Jira integration.
- Parameters:
jiraConfiguration- Configuration of the Jira integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jiraConfiguration
default UpdateLensReviewRequest.Builder jiraConfiguration(Consumer<JiraSelectedQuestionConfiguration.Builder> jiraConfiguration)
Configuration of the Jira integration.
This is a convenience method that creates an instance of theJiraSelectedQuestionConfiguration.Builderavoiding the need to create one manually viaJiraSelectedQuestionConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojiraConfiguration(JiraSelectedQuestionConfiguration).- Parameters:
jiraConfiguration- a consumer that will call methods onJiraSelectedQuestionConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
jiraConfiguration(JiraSelectedQuestionConfiguration)
-
overrideConfiguration
UpdateLensReviewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLensReviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-