CopyableBuilder<CreateTrafficPolicyRequest.Builder,CreateTrafficPolicyRequest>
, SdkBuilder<CreateTrafficPolicyRequest.Builder,CreateTrafficPolicyRequest>
public static interface CreateTrafficPolicyRequest.Builder extends CopyableBuilder<CreateTrafficPolicyRequest.Builder,CreateTrafficPolicyRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateTrafficPolicyRequest.Builder |
comment(String comment) |
(Optional) Any comments that you want to include about the traffic policy.
|
CreateTrafficPolicyRequest.Builder |
document(String document) |
The definition of this traffic policy in JSON format.
|
CreateTrafficPolicyRequest.Builder |
name(String name) |
The name of the traffic policy.
|
copy
apply, build
CreateTrafficPolicyRequest.Builder name(String name)
The name of the traffic policy.
name
- The name of the traffic policy.CreateTrafficPolicyRequest.Builder document(String document)
The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format.
document
- The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format.CreateTrafficPolicyRequest.Builder comment(String comment)
(Optional) Any comments that you want to include about the traffic policy.
comment
- (Optional) Any comments that you want to include about the traffic policy.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.