Interface DisableDelegatedAdminAccountResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DisableDelegatedAdminAccountResponse.Builder,,DisableDelegatedAdminAccountResponse> Inspector2Response.Builder,SdkBuilder<DisableDelegatedAdminAccountResponse.Builder,,DisableDelegatedAdminAccountResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DisableDelegatedAdminAccountResponse
public static interface DisableDelegatedAdminAccountResponse.Builder
extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<DisableDelegatedAdminAccountResponse.Builder,DisableDelegatedAdminAccountResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondelegatedAdminAccountId(String delegatedAdminAccountId) The Amazon Web Services account ID of the successfully disabled delegated administrator.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
delegatedAdminAccountId
DisableDelegatedAdminAccountResponse.Builder delegatedAdminAccountId(String delegatedAdminAccountId) The Amazon Web Services account ID of the successfully disabled delegated administrator.
- Parameters:
 delegatedAdminAccountId- The Amazon Web Services account ID of the successfully disabled delegated administrator.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -