public static interface CreateTrafficPolicyVersionRequest.Builder extends Route53Request.Builder, CopyableBuilder<CreateTrafficPolicyVersionRequest.Builder,CreateTrafficPolicyVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateTrafficPolicyVersionRequest.Builder |
comment(String comment)
The comment that you specified in the
CreateTrafficPolicyVersion request, if any. |
CreateTrafficPolicyVersionRequest.Builder |
document(String document)
The definition of this version of the traffic policy, in JSON format.
|
CreateTrafficPolicyVersionRequest.Builder |
id(String id)
The ID of the traffic policy for which you want to create a new version.
|
CreateTrafficPolicyVersionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildCreateTrafficPolicyVersionRequest.Builder id(String id)
The ID of the traffic policy for which you want to create a new version.
id - The ID of the traffic policy for which you want to create a new version.CreateTrafficPolicyVersionRequest.Builder document(String document)
The definition of this version of the traffic policy, in JSON format. You specified the JSON in the
CreateTrafficPolicyVersion request. For more information about the JSON format, see
CreateTrafficPolicy.
document - The definition of this version of the traffic policy, in JSON format. You specified the JSON in the
CreateTrafficPolicyVersion request. For more information about the JSON format, see
CreateTrafficPolicy.CreateTrafficPolicyVersionRequest.Builder comment(String comment)
The comment that you specified in the CreateTrafficPolicyVersion request, if any.
comment - The comment that you specified in the CreateTrafficPolicyVersion request, if any.CreateTrafficPolicyVersionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.