public class RollingDeploymentStrategyParamsBuilder extends RollingDeploymentStrategyParamsFluentImpl<RollingDeploymentStrategyParamsBuilder> implements VisitableBuilder<RollingDeploymentStrategyParams,RollingDeploymentStrategyParamsBuilder>
RollingDeploymentStrategyParamsFluentImpl.MaxSurgeNestedImpl<N>, RollingDeploymentStrategyParamsFluentImpl.MaxUnavailableNestedImpl<N>, RollingDeploymentStrategyParamsFluentImpl.PostNestedImpl<N>, RollingDeploymentStrategyParamsFluentImpl.PreNestedImpl<N>
RollingDeploymentStrategyParamsFluent.MaxSurgeNested<N>, RollingDeploymentStrategyParamsFluent.MaxUnavailableNested<N>, RollingDeploymentStrategyParamsFluent.PostNested<N>, RollingDeploymentStrategyParamsFluent.PreNested<N>
_visitables
Constructor and Description |
---|
RollingDeploymentStrategyParamsBuilder() |
RollingDeploymentStrategyParamsBuilder(Boolean validationEnabled) |
RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParams instance) |
RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParams instance,
Boolean validationEnabled) |
RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent) |
RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent,
Boolean validationEnabled) |
RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent,
RollingDeploymentStrategyParams instance) |
RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent,
RollingDeploymentStrategyParams instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
RollingDeploymentStrategyParams |
build() |
boolean |
equals(Object o) |
buildMaxSurge, buildMaxUnavailable, buildPost, buildPre, editMaxSurge, editMaxUnavailable, editOrNewMaxSurge, editOrNewMaxSurgeLike, editOrNewMaxUnavailable, editOrNewMaxUnavailableLike, editOrNewPost, editOrNewPostLike, editOrNewPre, editOrNewPreLike, editPost, editPre, getIntervalSeconds, getMaxSurge, getMaxUnavailable, getPost, getPre, getTimeoutSeconds, getUpdatePeriodSeconds, hasIntervalSeconds, hasMaxSurge, hasMaxUnavailable, hasPost, hasPre, hasTimeoutSeconds, hasUpdatePeriodSeconds, withIntervalSeconds, withMaxSurge, withMaxUnavailable, withNewMaxSurge, withNewMaxSurge, withNewMaxSurge, withNewMaxSurgeLike, withNewMaxUnavailable, withNewMaxUnavailable, withNewMaxUnavailable, withNewMaxUnavailableLike, withNewPost, withNewPostLike, withNewPre, withNewPreLike, withPost, withPre, withTimeoutSeconds, withUpdatePeriodSeconds
accept, aggregate, aggregate, build, build, builderOf
public RollingDeploymentStrategyParamsBuilder()
public RollingDeploymentStrategyParamsBuilder(Boolean validationEnabled)
public RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent)
public RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent, Boolean validationEnabled)
public RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent, RollingDeploymentStrategyParams instance)
public RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParamsFluent<?> fluent, RollingDeploymentStrategyParams instance, Boolean validationEnabled)
public RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParams instance)
public RollingDeploymentStrategyParamsBuilder(RollingDeploymentStrategyParams instance, Boolean validationEnabled)
public RollingDeploymentStrategyParams build()
build
in interface Builder<RollingDeploymentStrategyParams>
public boolean equals(Object o)
equals
in class RollingDeploymentStrategyParamsFluentImpl<RollingDeploymentStrategyParamsBuilder>
Copyright © 2015–2019 Red Hat. All rights reserved.