Interface EnableDelegatedAdminAccountResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<EnableDelegatedAdminAccountResponse.Builder,
,EnableDelegatedAdminAccountResponse> Inspector2Response.Builder
,SdkBuilder<EnableDelegatedAdminAccountResponse.Builder,
,EnableDelegatedAdminAccountResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
EnableDelegatedAdminAccountResponse
@Mutable
@NotThreadSafe
public static interface EnableDelegatedAdminAccountResponse.Builder
extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<EnableDelegatedAdminAccountResponse.Builder,EnableDelegatedAdminAccountResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondelegatedAdminAccountId
(String delegatedAdminAccountId) The Amazon Web Services account ID of the successfully Amazon Inspector 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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
delegatedAdminAccountId
The Amazon Web Services account ID of the successfully Amazon Inspector delegated administrator.
- Parameters:
delegatedAdminAccountId
- The Amazon Web Services account ID of the successfully Amazon Inspector delegated administrator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-