public static interface OutpostResolver.Builder extends SdkPojo, CopyableBuilder<OutpostResolver.Builder,OutpostResolver>
| Modifier and Type | Method and Description |
|---|---|
OutpostResolver.Builder |
arn(String arn)
The ARN (Amazon Resource Name) for the Resolver on an Outpost.
|
OutpostResolver.Builder |
creationTime(String creationTime)
The date and time that the Outpost Resolver was created, in Unix time format and Coordinated Universal Time
(UTC).
|
OutpostResolver.Builder |
creatorRequestId(String creatorRequestId)
A unique string that identifies the request that created the Resolver endpoint.
|
OutpostResolver.Builder |
id(String id)
The ID of the Resolver on Outpost.
|
OutpostResolver.Builder |
instanceCount(Integer instanceCount)
Amazon EC2 instance count for the Resolver on the Outpost.
|
OutpostResolver.Builder |
modificationTime(String modificationTime)
The date and time that the Outpost Resolver was modified, in Unix time format and Coordinated Universal Time
(UTC).
|
OutpostResolver.Builder |
name(String name)
Name of the Resolver.
|
OutpostResolver.Builder |
outpostArn(String outpostArn)
The ARN (Amazon Resource Name) for the Outpost.
|
OutpostResolver.Builder |
preferredInstanceType(String preferredInstanceType)
The Amazon EC2 instance type.
|
OutpostResolver.Builder |
status(OutpostResolverStatus status)
Status of the Resolver.
|
OutpostResolver.Builder |
status(String status)
Status of the Resolver.
|
OutpostResolver.Builder |
statusMessage(String statusMessage)
A detailed description of the Resolver.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutpostResolver.Builder arn(String arn)
The ARN (Amazon Resource Name) for the Resolver on an Outpost.
arn - The ARN (Amazon Resource Name) for the Resolver on an Outpost.OutpostResolver.Builder creationTime(String creationTime)
The date and time that the Outpost Resolver was created, in Unix time format and Coordinated Universal Time (UTC).
creationTime - The date and time that the Outpost Resolver was created, in Unix time format and Coordinated Universal
Time (UTC).OutpostResolver.Builder modificationTime(String modificationTime)
The date and time that the Outpost Resolver was modified, in Unix time format and Coordinated Universal Time (UTC).
modificationTime - The date and time that the Outpost Resolver was modified, in Unix time format and Coordinated
Universal Time (UTC).OutpostResolver.Builder creatorRequestId(String creatorRequestId)
A unique string that identifies the request that created the Resolver endpoint. The
CreatorRequestId allows failed requests to be retried without the risk of running the operation
twice.
creatorRequestId - A unique string that identifies the request that created the Resolver endpoint. The
CreatorRequestId allows failed requests to be retried without the risk of running the
operation twice.OutpostResolver.Builder id(String id)
The ID of the Resolver on Outpost.
id - The ID of the Resolver on Outpost.OutpostResolver.Builder instanceCount(Integer instanceCount)
Amazon EC2 instance count for the Resolver on the Outpost.
instanceCount - Amazon EC2 instance count for the Resolver on the Outpost.OutpostResolver.Builder preferredInstanceType(String preferredInstanceType)
The Amazon EC2 instance type.
preferredInstanceType - The Amazon EC2 instance type.OutpostResolver.Builder name(String name)
Name of the Resolver.
name - Name of the Resolver.OutpostResolver.Builder status(String status)
Status of the Resolver.
status - Status of the Resolver.OutpostResolverStatus,
OutpostResolverStatusOutpostResolver.Builder status(OutpostResolverStatus status)
Status of the Resolver.
status - Status of the Resolver.OutpostResolverStatus,
OutpostResolverStatusOutpostResolver.Builder statusMessage(String statusMessage)
A detailed description of the Resolver.
statusMessage - A detailed description of the Resolver.OutpostResolver.Builder outpostArn(String outpostArn)
The ARN (Amazon Resource Name) for the Outpost.
outpostArn - The ARN (Amazon Resource Name) for the Outpost.Copyright © 2023. All rights reserved.