Interface StreamingDistributionConfigWithTags.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StreamingDistributionConfigWithTags.Builder,StreamingDistributionConfigWithTags>,SdkBuilder<StreamingDistributionConfigWithTags.Builder,StreamingDistributionConfigWithTags>,SdkPojo
- Enclosing class:
- StreamingDistributionConfigWithTags
@Mutable @NotThreadSafe public static interface StreamingDistributionConfigWithTags.Builder extends SdkPojo, CopyableBuilder<StreamingDistributionConfigWithTags.Builder,StreamingDistributionConfigWithTags>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StreamingDistributionConfigWithTags.BuilderstreamingDistributionConfig(Consumer<StreamingDistributionConfig.Builder> streamingDistributionConfig)A streaming distribution Configuration.StreamingDistributionConfigWithTags.BuilderstreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)A streaming distribution Configuration.default StreamingDistributionConfigWithTags.Buildertags(Consumer<Tags.Builder> tags)A complex type that contains zero or moreTagelements.StreamingDistributionConfigWithTags.Buildertags(Tags tags)A complex type that contains zero or moreTagelements.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
streamingDistributionConfig
StreamingDistributionConfigWithTags.Builder streamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
A streaming distribution Configuration.
- Parameters:
streamingDistributionConfig- A streaming distribution Configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamingDistributionConfig
default StreamingDistributionConfigWithTags.Builder streamingDistributionConfig(Consumer<StreamingDistributionConfig.Builder> streamingDistributionConfig)
A streaming distribution Configuration.
This is a convenience method that creates an instance of theStreamingDistributionConfig.Builderavoiding the need to create one manually viaStreamingDistributionConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostreamingDistributionConfig(StreamingDistributionConfig).- Parameters:
streamingDistributionConfig- a consumer that will call methods onStreamingDistributionConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
streamingDistributionConfig(StreamingDistributionConfig)
-
tags
StreamingDistributionConfigWithTags.Builder tags(Tags tags)
A complex type that contains zero or more
Tagelements.- Parameters:
tags- A complex type that contains zero or moreTagelements.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
default StreamingDistributionConfigWithTags.Builder tags(Consumer<Tags.Builder> tags)
A complex type that contains zero or more
This is a convenience method that creates an instance of theTagelements.Tags.Builderavoiding the need to create one manually viaTags.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(Tags).- Parameters:
tags- a consumer that will call methods onTags.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
tags(Tags)
-
-