public static interface GetDelegatedAdminAccountResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<GetDelegatedAdminAccountResponse.Builder,GetDelegatedAdminAccountResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetDelegatedAdminAccountResponse.Builder |
delegatedAdmin(Consumer<DelegatedAdmin.Builder> delegatedAdmin)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
|
GetDelegatedAdminAccountResponse.Builder |
delegatedAdmin(DelegatedAdmin delegatedAdmin)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDelegatedAdminAccountResponse.Builder delegatedAdmin(DelegatedAdmin delegatedAdmin)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
delegatedAdmin - The Amazon Web Services account ID of the Amazon Inspector delegated administrator.default GetDelegatedAdminAccountResponse.Builder delegatedAdmin(Consumer<DelegatedAdmin.Builder> delegatedAdmin)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
This is a convenience method that creates an instance of theDelegatedAdmin.Builder avoiding the need
to create one manually via DelegatedAdmin.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to delegatedAdmin(DelegatedAdmin).
delegatedAdmin - a consumer that will call methods on DelegatedAdmin.BuilderdelegatedAdmin(DelegatedAdmin)Copyright © 2022. All rights reserved.