Interface ListCrossAccountAuthorizationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCrossAccountAuthorizationsResponse.Builder,ListCrossAccountAuthorizationsResponse>,Route53RecoveryReadinessResponse.Builder,SdkBuilder<ListCrossAccountAuthorizationsResponse.Builder,ListCrossAccountAuthorizationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListCrossAccountAuthorizationsResponse
public static interface ListCrossAccountAuthorizationsResponse.Builder extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<ListCrossAccountAuthorizationsResponse.Builder,ListCrossAccountAuthorizationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCrossAccountAuthorizationsResponse.BuildercrossAccountAuthorizations(String... crossAccountAuthorizations)A list of cross-account authorizations.ListCrossAccountAuthorizationsResponse.BuildercrossAccountAuthorizations(Collection<String> crossAccountAuthorizations)A list of cross-account authorizations.ListCrossAccountAuthorizationsResponse.BuildernextToken(String nextToken)The token that identifies which batch of results you want to see.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53recoveryreadiness.model.Route53RecoveryReadinessResponse.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 Detail
-
crossAccountAuthorizations
ListCrossAccountAuthorizationsResponse.Builder crossAccountAuthorizations(Collection<String> crossAccountAuthorizations)
A list of cross-account authorizations.
- Parameters:
crossAccountAuthorizations- A list of cross-account authorizations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
crossAccountAuthorizations
ListCrossAccountAuthorizationsResponse.Builder crossAccountAuthorizations(String... crossAccountAuthorizations)
A list of cross-account authorizations.
- Parameters:
crossAccountAuthorizations- A list of cross-account authorizations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListCrossAccountAuthorizationsResponse.Builder nextToken(String nextToken)
The token that identifies which batch of results you want to see.
- Parameters:
nextToken- The token that identifies which batch of results you want to see.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-