public static interface GetSinkPolicyResponse.Builder extends OamResponse.Builder, SdkPojo, CopyableBuilder<GetSinkPolicyResponse.Builder,GetSinkPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSinkPolicyResponse.Builder |
policy(String policy)
The policy that you specified, in JSON format.
|
GetSinkPolicyResponse.Builder |
sinkArn(String sinkArn)
The ARN of the sink.
|
GetSinkPolicyResponse.Builder |
sinkId(String sinkId)
The random ID string that Amazon Web Services generated as part of the sink ARN.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSinkPolicyResponse.Builder sinkArn(String sinkArn)
The ARN of the sink.
sinkArn - The ARN of the sink.GetSinkPolicyResponse.Builder sinkId(String sinkId)
The random ID string that Amazon Web Services generated as part of the sink ARN.
sinkId - The random ID string that Amazon Web Services generated as part of the sink ARN.GetSinkPolicyResponse.Builder policy(String policy)
The policy that you specified, in JSON format.
policy - The policy that you specified, in JSON format.Copyright © 2023. All rights reserved.