Interface CreateSinkRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateSinkRequest.Builder,CreateSinkRequest>,OamRequest.Builder,SdkBuilder<CreateSinkRequest.Builder,CreateSinkRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateSinkRequest
public static interface CreateSinkRequest.Builder extends OamRequest.Builder, SdkPojo, CopyableBuilder<CreateSinkRequest.Builder,CreateSinkRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateSinkRequest.Buildername(String name)A name for the sink.CreateSinkRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSinkRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSinkRequest.Buildertags(Map<String,String> tags)Assigns one or more tags (key-value pairs) to the link.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.oam.model.OamRequest.Builder
build
-
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
-
name
CreateSinkRequest.Builder name(String name)
A name for the sink.
- Parameters:
name- A name for the sink.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateSinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateSinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-