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