public static interface LinkedService.Builder extends CopyableBuilder<LinkedService.Builder,LinkedService>
Modifier and Type | Method and Description |
---|---|
LinkedService.Builder |
description(String description)
If the health check or hosted zone was created by another service, an optional description that can be
provided by the other service.
|
LinkedService.Builder |
servicePrincipal(String servicePrincipal)
If the health check or hosted zone was created by another service, the service that created the resource.
|
copy
applyMutation, build
LinkedService.Builder servicePrincipal(String servicePrincipal)
If the health check or hosted zone was created by another service, the service that created the resource. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.
servicePrincipal
- If the health check or hosted zone was created by another service, the service that created the
resource. When a resource is created by another service, you can't edit or delete it using Amazon
Route 53.LinkedService.Builder description(String description)
If the health check or hosted zone was created by another service, an optional description that can be provided by the other service. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.
description
- If the health check or hosted zone was created by another service, an optional description that can be
provided by the other service. When a resource is created by another service, you can't edit or delete
it using Amazon Route 53.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.