All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.akamai.outputs.GetPropertyRulesBuilderRulesV20231030BehaviorContentCharacteristicsWsdLive Maven / Gradle / Ivy

The newest version!
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

package com.pulumi.akamai.outputs;

import com.pulumi.core.annotations.CustomType;
import java.lang.Boolean;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;

@CustomType
public final class GetPropertyRulesBuilderRulesV20231030BehaviorContentCharacteristicsWsdLive {
    /**
     * @return Optimize based on the total size of the content library delivered.
     * 
     */
    private @Nullable String catalogSize;
    /**
     * @return Optimize based on the quality of media content.
     * 
     */
    private @Nullable String contentType;
    /**
     * @return Enable delivery of DASH media.
     * 
     */
    private @Nullable Boolean dash;
    /**
     * @return Enable delivery of HDS media.
     * 
     */
    private @Nullable Boolean hds;
    /**
     * @return Enable delivery of HLS media.
     * 
     */
    private @Nullable Boolean hls;
    /**
     * @return Indicates that your Akamai representative has locked this behavior or criteria so that you can't modify it. This option is for internal usage only.
     * 
     */
    private @Nullable Boolean locked;
    /**
     * @return Optimize based on the content's expected popularity.
     * 
     */
    private @Nullable String popularityDistribution;
    /**
     * @return Specifies the duration of individual segments.
     * 
     */
    private @Nullable String segmentDurationDash;
    /**
     * @return Specifies the duration of individual fragments.
     * 
     */
    private @Nullable String segmentDurationHds;
    /**
     * @return Specifies the duration of individual segments.
     * 
     */
    private @Nullable String segmentDurationHls;
    /**
     * @return Specifies the duration of individual fragments.
     * 
     */
    private @Nullable String segmentDurationSmooth;
    /**
     * @return Specifies the size of the media object retrieved from the origin.
     * 
     */
    private @Nullable String segmentSizeDash;
    /**
     * @return Specifies the size of the media object retrieved from the origin.
     * 
     */
    private @Nullable String segmentSizeHds;
    /**
     * @return Specifies the size of the media object retrieved from the origin.
     * 
     */
    private @Nullable String segmentSizeHls;
    /**
     * @return Specifies the size of the media object retrieved from the origin.
     * 
     */
    private @Nullable String segmentSizeSmooth;
    /**
     * @return Enable delivery of Smooth media.
     * 
     */
    private @Nullable Boolean smooth;
    /**
     * @return This option is for internal usage only.
     * 
     */
    private @Nullable String templateUuid;
    /**
     * @return A uuid member indicates that at least one of its component behaviors or criteria is advanced and read-only. You need to preserve this uuid as well when modifying the rule tree. This option is for internal usage only.
     * 
     */
    private @Nullable String uuid;

    private GetPropertyRulesBuilderRulesV20231030BehaviorContentCharacteristicsWsdLive() {}
    /**
     * @return Optimize based on the total size of the content library delivered.
     * 
     */
    public Optional catalogSize() {
        return Optional.ofNullable(this.catalogSize);
    }
    /**
     * @return Optimize based on the quality of media content.
     * 
     */
    public Optional contentType() {
        return Optional.ofNullable(this.contentType);
    }
    /**
     * @return Enable delivery of DASH media.
     * 
     */
    public Optional dash() {
        return Optional.ofNullable(this.dash);
    }
    /**
     * @return Enable delivery of HDS media.
     * 
     */
    public Optional hds() {
        return Optional.ofNullable(this.hds);
    }
    /**
     * @return Enable delivery of HLS media.
     * 
     */
    public Optional hls() {
        return Optional.ofNullable(this.hls);
    }
    /**
     * @return Indicates that your Akamai representative has locked this behavior or criteria so that you can't modify it. This option is for internal usage only.
     * 
     */
    public Optional locked() {
        return Optional.ofNullable(this.locked);
    }
    /**
     * @return Optimize based on the content's expected popularity.
     * 
     */
    public Optional popularityDistribution() {
        return Optional.ofNullable(this.popularityDistribution);
    }
    /**
     * @return Specifies the duration of individual segments.
     * 
     */
    public Optional segmentDurationDash() {
        return Optional.ofNullable(this.segmentDurationDash);
    }
    /**
     * @return Specifies the duration of individual fragments.
     * 
     */
    public Optional segmentDurationHds() {
        return Optional.ofNullable(this.segmentDurationHds);
    }
    /**
     * @return Specifies the duration of individual segments.
     * 
     */
    public Optional segmentDurationHls() {
        return Optional.ofNullable(this.segmentDurationHls);
    }
    /**
     * @return Specifies the duration of individual fragments.
     * 
     */
    public Optional segmentDurationSmooth() {
        return Optional.ofNullable(this.segmentDurationSmooth);
    }
    /**
     * @return Specifies the size of the media object retrieved from the origin.
     * 
     */
    public Optional segmentSizeDash() {
        return Optional.ofNullable(this.segmentSizeDash);
    }
    /**
     * @return Specifies the size of the media object retrieved from the origin.
     * 
     */
    public Optional segmentSizeHds() {
        return Optional.ofNullable(this.segmentSizeHds);
    }
    /**
     * @return Specifies the size of the media object retrieved from the origin.
     * 
     */
    public Optional segmentSizeHls() {
        return Optional.ofNullable(this.segmentSizeHls);
    }
    /**
     * @return Specifies the size of the media object retrieved from the origin.
     * 
     */
    public Optional segmentSizeSmooth() {
        return Optional.ofNullable(this.segmentSizeSmooth);
    }
    /**
     * @return Enable delivery of Smooth media.
     * 
     */
    public Optional smooth() {
        return Optional.ofNullable(this.smooth);
    }
    /**
     * @return This option is for internal usage only.
     * 
     */
    public Optional templateUuid() {
        return Optional.ofNullable(this.templateUuid);
    }
    /**
     * @return A uuid member indicates that at least one of its component behaviors or criteria is advanced and read-only. You need to preserve this uuid as well when modifying the rule tree. This option is for internal usage only.
     * 
     */
    public Optional uuid() {
        return Optional.ofNullable(this.uuid);
    }

    public static Builder builder() {
        return new Builder();
    }

    public static Builder builder(GetPropertyRulesBuilderRulesV20231030BehaviorContentCharacteristicsWsdLive defaults) {
        return new Builder(defaults);
    }
    @CustomType.Builder
    public static final class Builder {
        private @Nullable String catalogSize;
        private @Nullable String contentType;
        private @Nullable Boolean dash;
        private @Nullable Boolean hds;
        private @Nullable Boolean hls;
        private @Nullable Boolean locked;
        private @Nullable String popularityDistribution;
        private @Nullable String segmentDurationDash;
        private @Nullable String segmentDurationHds;
        private @Nullable String segmentDurationHls;
        private @Nullable String segmentDurationSmooth;
        private @Nullable String segmentSizeDash;
        private @Nullable String segmentSizeHds;
        private @Nullable String segmentSizeHls;
        private @Nullable String segmentSizeSmooth;
        private @Nullable Boolean smooth;
        private @Nullable String templateUuid;
        private @Nullable String uuid;
        public Builder() {}
        public Builder(GetPropertyRulesBuilderRulesV20231030BehaviorContentCharacteristicsWsdLive defaults) {
    	      Objects.requireNonNull(defaults);
    	      this.catalogSize = defaults.catalogSize;
    	      this.contentType = defaults.contentType;
    	      this.dash = defaults.dash;
    	      this.hds = defaults.hds;
    	      this.hls = defaults.hls;
    	      this.locked = defaults.locked;
    	      this.popularityDistribution = defaults.popularityDistribution;
    	      this.segmentDurationDash = defaults.segmentDurationDash;
    	      this.segmentDurationHds = defaults.segmentDurationHds;
    	      this.segmentDurationHls = defaults.segmentDurationHls;
    	      this.segmentDurationSmooth = defaults.segmentDurationSmooth;
    	      this.segmentSizeDash = defaults.segmentSizeDash;
    	      this.segmentSizeHds = defaults.segmentSizeHds;
    	      this.segmentSizeHls = defaults.segmentSizeHls;
    	      this.segmentSizeSmooth = defaults.segmentSizeSmooth;
    	      this.smooth = defaults.smooth;
    	      this.templateUuid = defaults.templateUuid;
    	      this.uuid = defaults.uuid;
        }

        @CustomType.Setter
        public Builder catalogSize(@Nullable String catalogSize) {

            this.catalogSize = catalogSize;
            return this;
        }
        @CustomType.Setter
        public Builder contentType(@Nullable String contentType) {

            this.contentType = contentType;
            return this;
        }
        @CustomType.Setter
        public Builder dash(@Nullable Boolean dash) {

            this.dash = dash;
            return this;
        }
        @CustomType.Setter
        public Builder hds(@Nullable Boolean hds) {

            this.hds = hds;
            return this;
        }
        @CustomType.Setter
        public Builder hls(@Nullable Boolean hls) {

            this.hls = hls;
            return this;
        }
        @CustomType.Setter
        public Builder locked(@Nullable Boolean locked) {

            this.locked = locked;
            return this;
        }
        @CustomType.Setter
        public Builder popularityDistribution(@Nullable String popularityDistribution) {

            this.popularityDistribution = popularityDistribution;
            return this;
        }
        @CustomType.Setter
        public Builder segmentDurationDash(@Nullable String segmentDurationDash) {

            this.segmentDurationDash = segmentDurationDash;
            return this;
        }
        @CustomType.Setter
        public Builder segmentDurationHds(@Nullable String segmentDurationHds) {

            this.segmentDurationHds = segmentDurationHds;
            return this;
        }
        @CustomType.Setter
        public Builder segmentDurationHls(@Nullable String segmentDurationHls) {

            this.segmentDurationHls = segmentDurationHls;
            return this;
        }
        @CustomType.Setter
        public Builder segmentDurationSmooth(@Nullable String segmentDurationSmooth) {

            this.segmentDurationSmooth = segmentDurationSmooth;
            return this;
        }
        @CustomType.Setter
        public Builder segmentSizeDash(@Nullable String segmentSizeDash) {

            this.segmentSizeDash = segmentSizeDash;
            return this;
        }
        @CustomType.Setter
        public Builder segmentSizeHds(@Nullable String segmentSizeHds) {

            this.segmentSizeHds = segmentSizeHds;
            return this;
        }
        @CustomType.Setter
        public Builder segmentSizeHls(@Nullable String segmentSizeHls) {

            this.segmentSizeHls = segmentSizeHls;
            return this;
        }
        @CustomType.Setter
        public Builder segmentSizeSmooth(@Nullable String segmentSizeSmooth) {

            this.segmentSizeSmooth = segmentSizeSmooth;
            return this;
        }
        @CustomType.Setter
        public Builder smooth(@Nullable Boolean smooth) {

            this.smooth = smooth;
            return this;
        }
        @CustomType.Setter
        public Builder templateUuid(@Nullable String templateUuid) {

            this.templateUuid = templateUuid;
            return this;
        }
        @CustomType.Setter
        public Builder uuid(@Nullable String uuid) {

            this.uuid = uuid;
            return this;
        }
        public GetPropertyRulesBuilderRulesV20231030BehaviorContentCharacteristicsWsdLive build() {
            final var _resultValue = new GetPropertyRulesBuilderRulesV20231030BehaviorContentCharacteristicsWsdLive();
            _resultValue.catalogSize = catalogSize;
            _resultValue.contentType = contentType;
            _resultValue.dash = dash;
            _resultValue.hds = hds;
            _resultValue.hls = hls;
            _resultValue.locked = locked;
            _resultValue.popularityDistribution = popularityDistribution;
            _resultValue.segmentDurationDash = segmentDurationDash;
            _resultValue.segmentDurationHds = segmentDurationHds;
            _resultValue.segmentDurationHls = segmentDurationHls;
            _resultValue.segmentDurationSmooth = segmentDurationSmooth;
            _resultValue.segmentSizeDash = segmentSizeDash;
            _resultValue.segmentSizeHds = segmentSizeHds;
            _resultValue.segmentSizeHls = segmentSizeHls;
            _resultValue.segmentSizeSmooth = segmentSizeSmooth;
            _resultValue.smooth = smooth;
            _resultValue.templateUuid = templateUuid;
            _resultValue.uuid = uuid;
            return _resultValue;
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy