Interface ListCrossAccountResourcesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCrossAccountResourcesRequest.Builder,ListCrossAccountResourcesRequest>,GlobalAcceleratorRequest.Builder,SdkBuilder<ListCrossAccountResourcesRequest.Builder,ListCrossAccountResourcesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCrossAccountResourcesRequest
public static interface ListCrossAccountResourcesRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<ListCrossAccountResourcesRequest.Builder,ListCrossAccountResourcesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCrossAccountResourcesRequest.BuilderacceleratorArn(String acceleratorArn)The Amazon Resource Name (ARN) of an accelerator in a cross-account attachment.ListCrossAccountResourcesRequest.BuildermaxResults(Integer maxResults)The number of cross-account resource objects that you want to return with this call.ListCrossAccountResourcesRequest.BuildernextToken(String nextToken)The token for the next set of results.ListCrossAccountResourcesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCrossAccountResourcesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCrossAccountResourcesRequest.BuilderresourceOwnerAwsAccountId(String resourceOwnerAwsAccountId)The account ID of a resource owner in a cross-account attachment.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.globalaccelerator.model.GlobalAcceleratorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
acceleratorArn
ListCrossAccountResourcesRequest.Builder acceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of an accelerator in a cross-account attachment.
- Parameters:
acceleratorArn- The Amazon Resource Name (ARN) of an accelerator in a cross-account attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceOwnerAwsAccountId
ListCrossAccountResourcesRequest.Builder resourceOwnerAwsAccountId(String resourceOwnerAwsAccountId)
The account ID of a resource owner in a cross-account attachment.
- Parameters:
resourceOwnerAwsAccountId- The account ID of a resource owner in a cross-account attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListCrossAccountResourcesRequest.Builder maxResults(Integer maxResults)
The number of cross-account resource objects that you want to return with this call. The default value is 10.
- Parameters:
maxResults- The number of cross-account resource objects that you want to return with this call. The default value is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListCrossAccountResourcesRequest.Builder nextToken(String nextToken)
The token for the next set of results. You receive this token from a previous call.
- Parameters:
nextToken- The token for the next set of results. You receive this token from a previous call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCrossAccountResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCrossAccountResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-