Interface TimeoutConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TimeoutConfig.Builder,,TimeoutConfig> SdkBuilder<TimeoutConfig.Builder,,TimeoutConfig> SdkPojo
- Enclosing class:
TimeoutConfig
@Mutable
@NotThreadSafe
public static interface TimeoutConfig.Builder
extends SdkPojo, CopyableBuilder<TimeoutConfig.Builder,TimeoutConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondurationInSeconds(Integer durationInSeconds) Sets the value of the DurationInSeconds property for this object.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
-
durationInSeconds
Sets the value of the DurationInSeconds property for this object.- Parameters:
durationInSeconds- The new value for the DurationInSeconds property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-