Interface CreateApplicationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateApplicationResponse.Builder,
,CreateApplicationResponse> IoTFleetHubResponse.Builder
,SdkBuilder<CreateApplicationResponse.Builder,
,CreateApplicationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateApplicationResponse
public static interface CreateApplicationResponse.Builder
extends IoTFleetHubResponse.Builder, SdkPojo, CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn
(String applicationArn) The ARN of the web application.applicationId
(String applicationId) The unique Id of the web application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotfleethub.model.IoTFleetHubResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
applicationId
The unique Id of the web application.
- Parameters:
applicationId
- The unique Id of the web application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationArn
The ARN of the web application.
- Parameters:
applicationArn
- The ARN of the web application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-