Class AutoScalingDescription
- java.lang.Object
-
- software.amazon.awssdk.services.kafkaconnect.model.AutoScalingDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AutoScalingDescription.Builder,AutoScalingDescription>
@Generated("software.amazon.awssdk:codegen") public final class AutoScalingDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoScalingDescription.Builder,AutoScalingDescription>
Information about the auto scaling parameters for the connector.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAutoScalingDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AutoScalingDescription.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxWorkerCount()The maximum number of workers allocated to the connector.IntegermcuCount()The number of microcontroller units (MCUs) allocated to each connector worker.IntegerminWorkerCount()The minimum number of workers allocated to the connector.ScaleInPolicyDescriptionscaleInPolicy()The sacle-in policy for the connector.ScaleOutPolicyDescriptionscaleOutPolicy()The sacle-out policy for the connector.>List<SdkField<?>>sdkFields()static Class<? extends AutoScalingDescription.Builder>serializableBuilderClass()AutoScalingDescription.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
maxWorkerCount
public final Integer maxWorkerCount()
The maximum number of workers allocated to the connector.
- Returns:
- The maximum number of workers allocated to the connector.
-
mcuCount
public final Integer mcuCount()
The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.
- Returns:
- The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.
-
minWorkerCount
public final Integer minWorkerCount()
The minimum number of workers allocated to the connector.
- Returns:
- The minimum number of workers allocated to the connector.
-
scaleInPolicy
public final ScaleInPolicyDescription scaleInPolicy()
The sacle-in policy for the connector.
- Returns:
- The sacle-in policy for the connector.
-
scaleOutPolicy
public final ScaleOutPolicyDescription scaleOutPolicy()
The sacle-out policy for the connector.>
- Returns:
- The sacle-out policy for the connector.>
-
toBuilder
public AutoScalingDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AutoScalingDescription.Builder,AutoScalingDescription>
-
builder
public static AutoScalingDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends AutoScalingDescription.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-