@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAppBlockBuilderStreamingURLRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateAppBlockBuilderStreamingURLRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateAppBlockBuilderStreamingURLRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAppBlockBuilderName()
 The name of the app block builder. | 
| Long | getValidity()
 The time that the streaming URL will be valid, in seconds. | 
| int | hashCode() | 
| void | setAppBlockBuilderName(String appBlockBuilderName)
 The name of the app block builder. | 
| void | setValidity(Long validity)
 The time that the streaming URL will be valid, in seconds. | 
| String | toString()Returns a string representation of this object. | 
| CreateAppBlockBuilderStreamingURLRequest | withAppBlockBuilderName(String appBlockBuilderName)
 The name of the app block builder. | 
| CreateAppBlockBuilderStreamingURLRequest | withValidity(Long validity)
 The time that the streaming URL will be valid, in seconds. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic CreateAppBlockBuilderStreamingURLRequest()
public void setAppBlockBuilderName(String appBlockBuilderName)
The name of the app block builder.
appBlockBuilderName - The name of the app block builder.public String getAppBlockBuilderName()
The name of the app block builder.
public CreateAppBlockBuilderStreamingURLRequest withAppBlockBuilderName(String appBlockBuilderName)
The name of the app block builder.
appBlockBuilderName - The name of the app block builder.public void setValidity(Long validity)
The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
validity - The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds.
        The default is 3600 seconds.public Long getValidity()
The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
public CreateAppBlockBuilderStreamingURLRequest withValidity(Long validity)
The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
validity - The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds.
        The default is 3600 seconds.public String toString()
toString in class ObjectObject.toString()public CreateAppBlockBuilderStreamingURLRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()