public static interface DistributionConfigWithTags.Builder extends CopyableBuilder<DistributionConfigWithTags.Builder,DistributionConfigWithTags>
| Modifier and Type | Method and Description |
|---|---|
default DistributionConfigWithTags.Builder |
distributionConfig(Consumer<DistributionConfig.Builder> distributionConfig)
A distribution configuration.
|
DistributionConfigWithTags.Builder |
distributionConfig(DistributionConfig distributionConfig)
A distribution configuration.
|
default DistributionConfigWithTags.Builder |
tags(Consumer<Tags.Builder> tags)
A complex type that contains zero or more
Tag elements. |
DistributionConfigWithTags.Builder |
tags(Tags tags)
A complex type that contains zero or more
Tag elements. |
copyapplyMutation, buildDistributionConfigWithTags.Builder distributionConfig(DistributionConfig distributionConfig)
A distribution configuration.
distributionConfig - A distribution configuration.default DistributionConfigWithTags.Builder distributionConfig(Consumer<DistributionConfig.Builder> distributionConfig)
A distribution configuration.
This is a convenience that creates an instance of theDistributionConfig.Builder avoiding the need to
create one manually via DistributionConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to distributionConfig(DistributionConfig).distributionConfig - a consumer that will call methods on DistributionConfig.BuilderdistributionConfig(DistributionConfig)DistributionConfigWithTags.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 DistributionConfigWithTags.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 © 2018. All rights reserved.