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