Interface KubeApiServerVersionConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<KubeApiServerVersionConfig.Builder,,KubeApiServerVersionConfig> SdkBuilder<KubeApiServerVersionConfig.Builder,,KubeApiServerVersionConfig> SdkPojo
- Enclosing class:
KubeApiServerVersionConfig
@Mutable
@NotThreadSafe
public static interface KubeApiServerVersionConfig.Builder
extends SdkPojo, CopyableBuilder<KubeApiServerVersionConfig.Builder,KubeApiServerVersionConfig>
-
Method Summary
Modifier and TypeMethodDescriptioneventTtl(Consumer<DurationParameterConfig.Builder> eventTtl) The event TTL configuration with default value and constraints.eventTtl(DurationParameterConfig eventTtl) The event TTL configuration with default value and constraints.serviceNodePortRange(Consumer<PortRangeParameterConfig.Builder> serviceNodePortRange) The service node port range configuration with default value and constraints.serviceNodePortRange(PortRangeParameterConfig serviceNodePortRange) The service node port range configuration with default value and constraints.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
eventTtl
The event TTL configuration with default value and constraints.
- Parameters:
eventTtl- The event TTL configuration with default value and constraints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTtl
default KubeApiServerVersionConfig.Builder eventTtl(Consumer<DurationParameterConfig.Builder> eventTtl) The event TTL configuration with default value and constraints.
This is a convenience method that creates an instance of theDurationParameterConfig.Builderavoiding the need to create one manually viaDurationParameterConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toeventTtl(DurationParameterConfig).- Parameters:
eventTtl- a consumer that will call methods onDurationParameterConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceNodePortRange
KubeApiServerVersionConfig.Builder serviceNodePortRange(PortRangeParameterConfig serviceNodePortRange) The service node port range configuration with default value and constraints.
- Parameters:
serviceNodePortRange- The service node port range configuration with default value and constraints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNodePortRange
default KubeApiServerVersionConfig.Builder serviceNodePortRange(Consumer<PortRangeParameterConfig.Builder> serviceNodePortRange) The service node port range configuration with default value and constraints.
This is a convenience method that creates an instance of thePortRangeParameterConfig.Builderavoiding the need to create one manually viaPortRangeParameterConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceNodePortRange(PortRangeParameterConfig).- Parameters:
serviceNodePortRange- a consumer that will call methods onPortRangeParameterConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-