public static interface ListCrossAccountAuthorizationsResponse.Builder extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<ListCrossAccountAuthorizationsResponse.Builder,ListCrossAccountAuthorizationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCrossAccountAuthorizationsResponse.Builder |
crossAccountAuthorizations(Collection<String> crossAccountAuthorizations)
A list of cross-account authorizations.
|
ListCrossAccountAuthorizationsResponse.Builder |
crossAccountAuthorizations(String... crossAccountAuthorizations)
A list of cross-account authorizations.
|
ListCrossAccountAuthorizationsResponse.Builder |
nextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCrossAccountAuthorizationsResponse.Builder crossAccountAuthorizations(Collection<String> crossAccountAuthorizations)
A list of cross-account authorizations.
crossAccountAuthorizations - A list of cross-account authorizations.ListCrossAccountAuthorizationsResponse.Builder crossAccountAuthorizations(String... crossAccountAuthorizations)
A list of cross-account authorizations.
crossAccountAuthorizations - A list of cross-account authorizations.ListCrossAccountAuthorizationsResponse.Builder nextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken - The token that identifies which batch of results you want to see.Copyright © 2023. All rights reserved.