public static interface StreamingDistributionConfigWithTags.Builder extends SdkPojo, CopyableBuilder<StreamingDistributionConfigWithTags.Builder,StreamingDistributionConfigWithTags>
| Modifier and Type | Method and Description |
|---|---|
default StreamingDistributionConfigWithTags.Builder |
streamingDistributionConfig(Consumer<StreamingDistributionConfig.Builder> streamingDistributionConfig)
A streaming distribution Configuration.
|
StreamingDistributionConfigWithTags.Builder |
streamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
A streaming distribution Configuration.
|
default StreamingDistributionConfigWithTags.Builder |
tags(Consumer<Tags.Builder> tags)
A complex type that contains zero or more
Tag elements. |
StreamingDistributionConfigWithTags.Builder |
tags(Tags tags)
A complex type that contains zero or more
Tag elements. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStreamingDistributionConfigWithTags.Builder streamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)
A streaming distribution Configuration.
streamingDistributionConfig - A streaming distribution Configuration.default StreamingDistributionConfigWithTags.Builder streamingDistributionConfig(Consumer<StreamingDistributionConfig.Builder> streamingDistributionConfig)
A streaming distribution Configuration.
This is a convenience method that creates an instance of theStreamingDistributionConfig.Builder
avoiding the need to create one manually via StreamingDistributionConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to streamingDistributionConfig(StreamingDistributionConfig).
streamingDistributionConfig - a consumer that will call methods on StreamingDistributionConfig.BuilderstreamingDistributionConfig(StreamingDistributionConfig)StreamingDistributionConfigWithTags.Builder tags(Tags tags)
A complex type that contains zero or more Tag elements.
tags - A complex type that contains zero or more Tag elements.default StreamingDistributionConfigWithTags.Builder tags(Consumer<Tags.Builder> tags)
A complex type that contains zero or more Tag elements.
Tags.Builder avoiding the need to create
one manually via Tags.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to tags(Tags).
tags - a consumer that will call methods on Tags.Buildertags(Tags)Copyright © 2023. All rights reserved.