Interface CreateApplicationRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateApplicationRequest.Builder,,CreateApplicationRequest> IoTFleetHubRequest.Builder,SdkBuilder<CreateApplicationRequest.Builder,,CreateApplicationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateApplicationRequest
public static interface CreateApplicationRequest.Builder
extends IoTFleetHubRequest.Builder, SdkPojo, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionapplicationDescription(String applicationDescription) An optional description of the web application.applicationName(String applicationName) The name of the web application.clientToken(String clientToken) A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ARN of the role that the web application assumes when it interacts with AWS IoT Core.A set of key/value pairs that you can use to manage the web application resource.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.iotfleethub.model.IoTFleetHubRequest.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 web application.
- Parameters:
 applicationName- The name of the web application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
applicationDescription
An optional description of the web application.
- Parameters:
 applicationDescription- An optional description of the web application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
clientToken
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
- Parameters:
 clientToken- A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
roleArn
The ARN of the role that the web application assumes when it interacts with AWS IoT Core.
The name of the role must be in the form
AWSIotFleetHub_random_string.- Parameters:
 roleArn- The ARN of the role that the web application assumes when it interacts with AWS IoT Core.The name of the role must be in the form
AWSIotFleetHub_random_string.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
A set of key/value pairs that you can use to manage the web application resource.
- Parameters:
 tags- A set of key/value pairs that you can use to manage the web application resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
CreateApplicationRequest.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
CreateApplicationRequest.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.
 
 
 -