Class GrpcTimeout
- java.lang.Object
-
- software.amazon.awssdk.services.appmesh.model.GrpcTimeout
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GrpcTimeout.Builder,GrpcTimeout>
@Generated("software.amazon.awssdk:codegen") public final class GrpcTimeout extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GrpcTimeout.Builder,GrpcTimeout>
An object that represents types of timeouts.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGrpcTimeout.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GrpcTimeout.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Durationidle()An object that represents an idle timeout.DurationperRequest()An object that represents a per request timeout.List<SdkField<?>>sdkFields()static Class<? extends GrpcTimeout.Builder>serializableBuilderClass()GrpcTimeout.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
-
idle
public final Duration idle()
An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none.
- Returns:
- An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none.
-
perRequest
public final Duration perRequest()
An object that represents a per request timeout. The default value is 15 seconds. If you set a higher timeout, then make sure that the higher value is set for each App Mesh resource in a conversation. For example, if a virtual node backend uses a virtual router provider to route to another virtual node, then the timeout should be greater than 15 seconds for the source and destination virtual node and the route.
- Returns:
- An object that represents a per request timeout. The default value is 15 seconds. If you set a higher timeout, then make sure that the higher value is set for each App Mesh resource in a conversation. For example, if a virtual node backend uses a virtual router provider to route to another virtual node, then the timeout should be greater than 15 seconds for the source and destination virtual node and the route.
-
toBuilder
public GrpcTimeout.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GrpcTimeout.Builder,GrpcTimeout>
-
builder
public static GrpcTimeout.Builder builder()
-
serializableBuilderClass
public static Class<? extends GrpcTimeout.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.
-
-