Class AwsJobPresignedUrlConfig
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.AwsJobPresignedUrlConfig
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AwsJobPresignedUrlConfig.Builder,AwsJobPresignedUrlConfig>
@Generated("software.amazon.awssdk:codegen") public final class AwsJobPresignedUrlConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsJobPresignedUrlConfig.Builder,AwsJobPresignedUrlConfig>
Configuration information for pre-signed URLs. Valid when
protocols
contains HTTP.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AwsJobPresignedUrlConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsJobPresignedUrlConfig.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
Long
expiresInSec()
How long (in seconds) pre-signed URLs are valid.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
List<SdkField<?>>
sdkFields()
static Class<? extends AwsJobPresignedUrlConfig.Builder>
serializableBuilderClass()
AwsJobPresignedUrlConfig.Builder
toBuilder()
String
toString()
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
-
expiresInSec
public final Long expiresInSec()
How long (in seconds) pre-signed URLs are valid. Valid values are 60 - 3600, the default value is 1800 seconds. Pre-signed URLs are generated when a request for the job document is received.
- Returns:
- How long (in seconds) pre-signed URLs are valid. Valid values are 60 - 3600, the default value is 1800 seconds. Pre-signed URLs are generated when a request for the job document is received.
-
toBuilder
public AwsJobPresignedUrlConfig.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<AwsJobPresignedUrlConfig.Builder,AwsJobPresignedUrlConfig>
-
builder
public static AwsJobPresignedUrlConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsJobPresignedUrlConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-