public static interface ListDelegatedAdminAccountsResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<ListDelegatedAdminAccountsResponse.Builder,ListDelegatedAdminAccountsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDelegatedAdminAccountsResponse.Builder |
delegatedAdminAccounts(Collection<DelegatedAdminAccount> delegatedAdminAccounts)
Details of the Amazon Inspector delegated administrator of your organization.
|
ListDelegatedAdminAccountsResponse.Builder |
delegatedAdminAccounts(Consumer<DelegatedAdminAccount.Builder>... delegatedAdminAccounts)
Details of the Amazon Inspector delegated administrator of your organization.
|
ListDelegatedAdminAccountsResponse.Builder |
delegatedAdminAccounts(DelegatedAdminAccount... delegatedAdminAccounts)
Details of the Amazon Inspector delegated administrator of your organization.
|
ListDelegatedAdminAccountsResponse.Builder |
nextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDelegatedAdminAccountsResponse.Builder delegatedAdminAccounts(Collection<DelegatedAdminAccount> delegatedAdminAccounts)
Details of the Amazon Inspector delegated administrator of your organization.
delegatedAdminAccounts - Details of the Amazon Inspector delegated administrator of your organization.ListDelegatedAdminAccountsResponse.Builder delegatedAdminAccounts(DelegatedAdminAccount... delegatedAdminAccounts)
Details of the Amazon Inspector delegated administrator of your organization.
delegatedAdminAccounts - Details of the Amazon Inspector delegated administrator of your organization.ListDelegatedAdminAccountsResponse.Builder delegatedAdminAccounts(Consumer<DelegatedAdminAccount.Builder>... delegatedAdminAccounts)
Details of the Amazon Inspector delegated administrator of your organization.
This is a convenience method that creates an instance of theDelegatedAdminAccount.Builder avoiding the need to
create one manually via
DelegatedAdminAccount.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #delegatedAdminAccounts(List.
delegatedAdminAccounts - a consumer that will call methods on
DelegatedAdminAccount.Builder#delegatedAdminAccounts(java.util.Collection) ListDelegatedAdminAccountsResponse.Builder nextToken(String nextToken)
A token to use for paginating results that are returned in the response. Set the value of this parameter to
null for the first request to a list action. For subsequent calls, use the NextToken value
returned from the previous request to continue listing results after the first page.
nextToken - A token to use for paginating results that are returned in the response. Set the value of this
parameter to null for the first request to a list action. For subsequent calls, use the
NextToken value returned from the previous request to continue listing results after the
first page.Copyright © 2023. All rights reserved.