public static interface ListSinksItem.Builder extends SdkPojo, CopyableBuilder<ListSinksItem.Builder,ListSinksItem>
| Modifier and Type | Method and Description |
|---|---|
ListSinksItem.Builder |
arn(String arn)
The ARN of the sink.
|
ListSinksItem.Builder |
id(String id)
The random ID string that Amazon Web Services generated as part of the sink ARN.
|
ListSinksItem.Builder |
name(String name)
The name of the sink.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListSinksItem.Builder arn(String arn)
The ARN of the sink.
arn - The ARN of the sink.ListSinksItem.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.ListSinksItem.Builder name(String name)
The name of the sink.
name - The name of the sink.Copyright © 2023. All rights reserved.