Interface ListSinksItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListSinksItem.Builder,ListSinksItem>,SdkBuilder<ListSinksItem.Builder,ListSinksItem>,SdkPojo
- Enclosing class:
- ListSinksItem
public static interface ListSinksItem.Builder extends SdkPojo, CopyableBuilder<ListSinksItem.Builder,ListSinksItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSinksItem.Builderarn(String arn)The ARN of the sink.ListSinksItem.Builderid(String id)The random ID string that Amazon Web Services generated as part of the sink ARN.ListSinksItem.Buildername(String name)The name of the sink.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
ListSinksItem.Builder arn(String arn)
The ARN of the sink.
- Parameters:
arn- The ARN of the sink.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
ListSinksItem.Builder id(String id)
The random ID string that Amazon Web Services generated as part of the sink ARN.
- Parameters:
id- The random ID string that Amazon Web Services generated as part of the sink ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ListSinksItem.Builder name(String name)
The name of the sink.
- Parameters:
name- The name of the sink.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-