Interface CreateApplicationPresignedUrlRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateApplicationPresignedUrlRequest.Builder,,CreateApplicationPresignedUrlRequest> KinesisAnalyticsV2Request.Builder,SdkBuilder<CreateApplicationPresignedUrlRequest.Builder,,CreateApplicationPresignedUrlRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateApplicationPresignedUrlRequest
public static interface CreateApplicationPresignedUrlRequest.Builder
extends KinesisAnalyticsV2Request.Builder, SdkPojo, CopyableBuilder<CreateApplicationPresignedUrlRequest.Builder,CreateApplicationPresignedUrlRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionapplicationName(String applicationName) The name of the application.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sessionExpirationDurationInSeconds(Long sessionExpirationDurationInSeconds) The duration in seconds for which the returned URL will be valid.The type of the extension for which to create and return a URL.The type of the extension for which to create and return a URL.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.kinesisanalyticsv2.model.KinesisAnalyticsV2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
applicationName
The name of the application.
- Parameters:
 applicationName- The name of the application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
urlType
The type of the extension for which to create and return a URL. Currently, the only valid extension URL type is
FLINK_DASHBOARD_URL.- Parameters:
 urlType- The type of the extension for which to create and return a URL. Currently, the only valid extension URL type isFLINK_DASHBOARD_URL.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
urlType
The type of the extension for which to create and return a URL. Currently, the only valid extension URL type is
FLINK_DASHBOARD_URL.- Parameters:
 urlType- The type of the extension for which to create and return a URL. Currently, the only valid extension URL type isFLINK_DASHBOARD_URL.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
sessionExpirationDurationInSeconds
CreateApplicationPresignedUrlRequest.Builder sessionExpirationDurationInSeconds(Long sessionExpirationDurationInSeconds) The duration in seconds for which the returned URL will be valid.
- Parameters:
 sessionExpirationDurationInSeconds- The duration in seconds for which the returned URL will be valid.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
CreateApplicationPresignedUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateApplicationPresignedUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -