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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListOutpostResolversRequest.BuildermaxResults(Integer maxResults)The maximum number of Resolvers on the Outpost that you want to return in the response to aListOutpostResolverrequest.ListOutpostResolversRequest.BuildernextToken(String nextToken)For the firstListOutpostResolverrequest, omit this value.ListOutpostResolversRequest.BuilderoutpostArn(String outpostArn)The Amazon Resource Name (ARN) of the Outpost.ListOutpostResolversRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListOutpostResolversRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.route53resolver.model.Route53ResolverRequest.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
-
outpostArn
ListOutpostResolversRequest.Builder outpostArn(String 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
ListOutpostResolversRequest.Builder maxResults(Integer 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
ListOutpostResolversRequest.Builder nextToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListOutpostResolversRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-