Interface ListOutpostResolversRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListOutpostResolversRequest.Builder,,ListOutpostResolversRequest> Route53ResolverRequest.Builder,SdkBuilder<ListOutpostResolversRequest.Builder,,ListOutpostResolversRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListOutpostResolversRequest
public static interface ListOutpostResolversRequest.Builder
extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<ListOutpostResolversRequest.Builder,ListOutpostResolversRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of Resolvers on the Outpost that you want to return in the response to aListOutpostResolverrequest.For the firstListOutpostResolverrequest, omit this value.outpostArn(String outpostArn) The Amazon Resource Name (ARN) of the Outpost.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53resolver.model.Route53ResolverRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
outpostArn
The Amazon Resource Name (ARN) of the Outpost.
- Parameters:
outpostArn- The Amazon Resource Name (ARN) of the Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of Resolvers on the Outpost that you want to return in the response to a
ListOutpostResolverrequest. If you don't specify a value forMaxResults, the request returns up to 100 Resolvers.- Parameters:
maxResults- The maximum number of Resolvers on the Outpost that you want to return in the response to aListOutpostResolverrequest. If you don't specify a value forMaxResults, the request returns up to 100 Resolvers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
For the first
ListOutpostResolverrequest, omit this value.- Parameters:
nextToken- For the firstListOutpostResolverrequest, omit this value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListOutpostResolversRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListOutpostResolversRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-