Uses of Interface
software.amazon.awssdk.services.codebuild.model.ProxyConfiguration.Builder
-
Packages that use ProxyConfiguration.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ProxyConfiguration.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ProxyConfiguration.Builder Modifier and Type Method Description static ProxyConfiguration.BuilderProxyConfiguration. builder()ProxyConfiguration.BuilderProxyConfiguration.Builder. defaultBehavior(String defaultBehavior)The default behavior of outgoing traffic.ProxyConfiguration.BuilderProxyConfiguration.Builder. defaultBehavior(FleetProxyRuleBehavior defaultBehavior)The default behavior of outgoing traffic.ProxyConfiguration.BuilderProxyConfiguration.Builder. orderedProxyRules(Collection<FleetProxyRule> orderedProxyRules)An array ofFleetProxyRuleobjects that represent the specified destination domains or IPs to allow or deny network access control to.ProxyConfiguration.BuilderProxyConfiguration.Builder. orderedProxyRules(Consumer<FleetProxyRule.Builder>... orderedProxyRules)An array ofFleetProxyRuleobjects that represent the specified destination domains or IPs to allow or deny network access control to.ProxyConfiguration.BuilderProxyConfiguration.Builder. orderedProxyRules(FleetProxyRule... orderedProxyRules)An array ofFleetProxyRuleobjects that represent the specified destination domains or IPs to allow or deny network access control to.ProxyConfiguration.BuilderProxyConfiguration. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ProxyConfiguration.Builder Modifier and Type Method Description static Class<? extends ProxyConfiguration.Builder>ProxyConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type ProxyConfiguration.Builder Modifier and Type Method Description default CreateFleetRequest.BuilderCreateFleetRequest.Builder. proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfiguration)The proxy configuration of the compute fleet.default Fleet.BuilderFleet.Builder. proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfiguration)The proxy configuration of the compute fleet.default UpdateFleetRequest.BuilderUpdateFleetRequest.Builder. proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfiguration)The proxy configuration of the compute fleet.
-