public static interface GetSinkResponse.Builder extends OamResponse.Builder, SdkPojo, CopyableBuilder<GetSinkResponse.Builder,GetSinkResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSinkResponse.Builder |
arn(String arn)
The ARN of the sink.
|
GetSinkResponse.Builder |
id(String id)
The random ID string that Amazon Web Services generated as part of the sink ARN.
|
GetSinkResponse.Builder |
name(String name)
The name of the sink.
|
GetSinkResponse.Builder |
tags(Map<String,String> tags)
The tags assigned to the sink.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSinkResponse.Builder arn(String arn)
The ARN of the sink.
arn - The ARN of the sink.GetSinkResponse.Builder id(String id)
The random ID string that Amazon Web Services generated as part of the sink ARN.
id - The random ID string that Amazon Web Services generated as part of the sink ARN.GetSinkResponse.Builder name(String name)
The name of the sink.
name - The name of the sink.GetSinkResponse.Builder tags(Map<String,String> tags)
The tags assigned to the sink.
tags - The tags assigned to the sink.Copyright © 2023. All rights reserved.