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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateApplicationRequest.BuilderapplicationDescription(String applicationDescription)An optional description of the web application.CreateApplicationRequest.BuilderapplicationName(String applicationName)The name of the web application.CreateApplicationRequest.BuilderclientToken(String clientToken)A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.CreateApplicationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateApplicationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateApplicationRequest.BuilderroleArn(String roleArn)The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.CreateApplicationRequest.Buildertags(Map<String,String> tags)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
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotfleethub.model.IoTFleetHubRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationName
CreateApplicationRequest.Builder applicationName(String 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
CreateApplicationRequest.Builder applicationDescription(String 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
CreateApplicationRequest.Builder clientToken(String 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
CreateApplicationRequest.Builder roleArn(String roleArn)
The ARN of the role that the web application assumes when it interacts with Amazon Web Services 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 Amazon Web Services 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
CreateApplicationRequest.Builder tags(Map<String,String> 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-