Interface ListSinksItem.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ListSinksItem.Builder,,- ListSinksItem> - SdkBuilder<ListSinksItem.Builder,,- ListSinksItem> - SdkPojo
- Enclosing class:
- ListSinksItem
@Mutable
@NotThreadSafe
public static interface ListSinksItem.Builder
extends SdkPojo, CopyableBuilder<ListSinksItem.Builder,ListSinksItem> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of the sink.The random ID string that Amazon Web Services generated as part of the sink ARN.The name of the sink.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnThe 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.
 
- 
idThe 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.
 
- 
nameThe 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.
 
 
-