Interface UpdateControlResponse.Builder
- All Superinterfaces:
 AuditManagerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<UpdateControlResponse.Builder,,UpdateControlResponse> SdkBuilder<UpdateControlResponse.Builder,,UpdateControlResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateControlResponse
@Mutable
@NotThreadSafe
public static interface UpdateControlResponse.Builder
extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<UpdateControlResponse.Builder,UpdateControlResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateControlResponse.Buildercontrol(Consumer<Control.Builder> control) The name of the updated control set that theUpdateControlAPI returned.The name of the updated control set that theUpdateControlAPI returned.Methods inherited from interface software.amazon.awssdk.services.auditmanager.model.AuditManagerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
control
The name of the updated control set that the
UpdateControlAPI returned.- Parameters:
 control- The name of the updated control set that theUpdateControlAPI returned.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
control
The name of the updated control set that the
This is a convenience method that creates an instance of theUpdateControlAPI returned.Control.Builderavoiding the need to create one manually viaControl.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontrol(Control).- Parameters:
 control- a consumer that will call methods onControl.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -