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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisableDelegatedAdminAccountResponse.BuilderdelegatedAdminAccountId(String delegatedAdminAccountId)The Amazon Web Services account ID of the successfully disabled delegated administrator.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.Builder
build, responseMetadata, responseMetadata
-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.
-
-