Interface EnableDelegatedAdminAccountResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<EnableDelegatedAdminAccountResponse.Builder,EnableDelegatedAdminAccountResponse>,Inspector2Response.Builder,SdkBuilder<EnableDelegatedAdminAccountResponse.Builder,EnableDelegatedAdminAccountResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- EnableDelegatedAdminAccountResponse
public static interface EnableDelegatedAdminAccountResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<EnableDelegatedAdminAccountResponse.Builder,EnableDelegatedAdminAccountResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnableDelegatedAdminAccountResponse.BuilderdelegatedAdminAccountId(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
delegatedAdminAccountId
EnableDelegatedAdminAccountResponse.Builder delegatedAdminAccountId(String 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.
-
-