Interface ListCrossAccountResourceAccountsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCrossAccountResourceAccountsResponse.Builder,ListCrossAccountResourceAccountsResponse>,GlobalAcceleratorResponse.Builder,SdkBuilder<ListCrossAccountResourceAccountsResponse.Builder,ListCrossAccountResourceAccountsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListCrossAccountResourceAccountsResponse
public static interface ListCrossAccountResourceAccountsResponse.Builder extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<ListCrossAccountResourceAccountsResponse.Builder,ListCrossAccountResourceAccountsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCrossAccountResourceAccountsResponse.BuilderresourceOwnerAwsAccountIds(String... resourceOwnerAwsAccountIds)The account IDs of principals (resource owners) in a cross-account attachment who can work with resources listed in the same attachment.ListCrossAccountResourceAccountsResponse.BuilderresourceOwnerAwsAccountIds(Collection<String> resourceOwnerAwsAccountIds)The account IDs of principals (resource owners) in a cross-account attachment who can work with resources listed in the same attachment.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.globalaccelerator.model.GlobalAcceleratorResponse.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
-
resourceOwnerAwsAccountIds
ListCrossAccountResourceAccountsResponse.Builder resourceOwnerAwsAccountIds(Collection<String> resourceOwnerAwsAccountIds)
The account IDs of principals (resource owners) in a cross-account attachment who can work with resources listed in the same attachment.
- Parameters:
resourceOwnerAwsAccountIds- The account IDs of principals (resource owners) in a cross-account attachment who can work with resources listed in the same attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceOwnerAwsAccountIds
ListCrossAccountResourceAccountsResponse.Builder resourceOwnerAwsAccountIds(String... resourceOwnerAwsAccountIds)
The account IDs of principals (resource owners) in a cross-account attachment who can work with resources listed in the same attachment.
- Parameters:
resourceOwnerAwsAccountIds- The account IDs of principals (resource owners) in a cross-account attachment who can work with resources listed in the same attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-