Interface CreateOutpostResolverRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateOutpostResolverRequest.Builder,CreateOutpostResolverRequest>,Route53ResolverRequest.Builder,SdkBuilder<CreateOutpostResolverRequest.Builder,CreateOutpostResolverRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateOutpostResolverRequest
public static interface CreateOutpostResolverRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<CreateOutpostResolverRequest.Builder,CreateOutpostResolverRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateOutpostResolverRequest.BuildercreatorRequestId(String creatorRequestId)A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice.CreateOutpostResolverRequest.BuilderinstanceCount(Integer instanceCount)Number of Amazon EC2 instances for the Resolver on Outpost.CreateOutpostResolverRequest.Buildername(String name)A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.CreateOutpostResolverRequest.BuilderoutpostArn(String outpostArn)The Amazon Resource Name (ARN) of the Outpost.CreateOutpostResolverRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateOutpostResolverRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateOutpostResolverRequest.BuilderpreferredInstanceType(String preferredInstanceType)The Amazon EC2 instance type.CreateOutpostResolverRequest.Buildertags(Collection<Tag> tags)A string that helps identify the Route 53 Resolvers on Outpost.CreateOutpostResolverRequest.Buildertags(Consumer<Tag.Builder>... tags)A string that helps identify the Route 53 Resolvers on Outpost.CreateOutpostResolverRequest.Buildertags(Tag... tags)A string that helps identify the Route 53 Resolvers on Outpost.-
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
-
creatorRequestId
CreateOutpostResolverRequest.Builder creatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice.
CreatorRequestIdcan be any unique string, for example, a date/time stamp.- Parameters:
creatorRequestId- A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice.CreatorRequestIdcan be any unique string, for example, a date/time stamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateOutpostResolverRequest.Builder name(String name)
A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
- Parameters:
name- A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceCount
CreateOutpostResolverRequest.Builder instanceCount(Integer instanceCount)
Number of Amazon EC2 instances for the Resolver on Outpost. The default and minimal value is 4.
- Parameters:
instanceCount- Number of Amazon EC2 instances for the Resolver on Outpost. The default and minimal value is 4.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
preferredInstanceType
CreateOutpostResolverRequest.Builder preferredInstanceType(String preferredInstanceType)
The Amazon EC2 instance type. If you specify this, you must also specify a value for the
OutpostArn.- Parameters:
preferredInstanceType- The Amazon EC2 instance type. If you specify this, you must also specify a value for theOutpostArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outpostArn
CreateOutpostResolverRequest.Builder outpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost. If you specify this, you must also specify a value for the
PreferredInstanceType.- Parameters:
outpostArn- The Amazon Resource Name (ARN) of the Outpost. If you specify this, you must also specify a value for thePreferredInstanceType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateOutpostResolverRequest.Builder tags(Collection<Tag> tags)
A string that helps identify the Route 53 Resolvers on Outpost.
- Parameters:
tags- A string that helps identify the Route 53 Resolvers on Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateOutpostResolverRequest.Builder tags(Tag... tags)
A string that helps identify the Route 53 Resolvers on Outpost.
- Parameters:
tags- A string that helps identify the Route 53 Resolvers on Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateOutpostResolverRequest.Builder tags(Consumer<Tag.Builder>... tags)
A string that helps identify the Route 53 Resolvers on Outpost.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateOutpostResolverRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateOutpostResolverRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-