public static interface CreateSinkRequest.Builder extends OamRequest.Builder, SdkPojo, CopyableBuilder<CreateSinkRequest.Builder,CreateSinkRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSinkRequest.Builder |
name(String name)
A name for the sink.
|
CreateSinkRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSinkRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSinkRequest.Builder |
tags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the link.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSinkRequest.Builder name(String name)
A name for the sink.
name - A name for the sink.CreateSinkRequest.Builder tags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the link.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
For more information about using tags to control access, see Controlling access to Amazon Web Services resources using tags.
tags - Assigns one or more tags (key-value pairs) to the link.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
For more information about using tags to control access, see Controlling access to Amazon Web Services resources using tags.
CreateSinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.