Interface CreateApplicationInstanceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateApplicationInstanceRequest.Builder,
,CreateApplicationInstanceRequest> PanoramaRequest.Builder
,SdkBuilder<CreateApplicationInstanceRequest.Builder,
,CreateApplicationInstanceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateApplicationInstanceRequest
@Mutable
@NotThreadSafe
public static interface CreateApplicationInstanceRequest.Builder
extends PanoramaRequest.Builder, SdkPojo, CopyableBuilder<CreateApplicationInstanceRequest.Builder,CreateApplicationInstanceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationInstanceIdToReplace
(String applicationInstanceIdToReplace) The ID of an application instance to replace with the new instance.defaultRuntimeContextDevice
(String defaultRuntimeContextDevice) A device's ID.description
(String description) A description for the application instance.manifestOverridesPayload
(Consumer<ManifestOverridesPayload.Builder> manifestOverridesPayload) Setting overrides for the application manifest.manifestOverridesPayload
(ManifestOverridesPayload manifestOverridesPayload) Setting overrides for the application manifest.manifestPayload
(Consumer<ManifestPayload.Builder> manifestPayload) The application's manifest document.manifestPayload
(ManifestPayload manifestPayload) The application's manifest document.A name for the application instance.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.runtimeRoleArn
(String runtimeRoleArn) The ARN of a runtime role for the application instance.Tags for the application instance.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.panorama.model.PanoramaRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
applicationInstanceIdToReplace
CreateApplicationInstanceRequest.Builder applicationInstanceIdToReplace(String applicationInstanceIdToReplace) The ID of an application instance to replace with the new instance.
- Parameters:
applicationInstanceIdToReplace
- The ID of an application instance to replace with the new instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultRuntimeContextDevice
CreateApplicationInstanceRequest.Builder defaultRuntimeContextDevice(String defaultRuntimeContextDevice) A device's ID.
- Parameters:
defaultRuntimeContextDevice
- A device's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description for the application instance.
- Parameters:
description
- A description for the application instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manifestOverridesPayload
CreateApplicationInstanceRequest.Builder manifestOverridesPayload(ManifestOverridesPayload manifestOverridesPayload) Setting overrides for the application manifest.
- Parameters:
manifestOverridesPayload
- Setting overrides for the application manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manifestOverridesPayload
default CreateApplicationInstanceRequest.Builder manifestOverridesPayload(Consumer<ManifestOverridesPayload.Builder> manifestOverridesPayload) Setting overrides for the application manifest.
This is a convenience method that creates an instance of theManifestOverridesPayload.Builder
avoiding the need to create one manually viaManifestOverridesPayload.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomanifestOverridesPayload(ManifestOverridesPayload)
.- Parameters:
manifestOverridesPayload
- a consumer that will call methods onManifestOverridesPayload.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
manifestPayload
The application's manifest document.
- Parameters:
manifestPayload
- The application's manifest document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manifestPayload
default CreateApplicationInstanceRequest.Builder manifestPayload(Consumer<ManifestPayload.Builder> manifestPayload) The application's manifest document.
This is a convenience method that creates an instance of theManifestPayload.Builder
avoiding the need to create one manually viaManifestPayload.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomanifestPayload(ManifestPayload)
.- Parameters:
manifestPayload
- a consumer that will call methods onManifestPayload.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
A name for the application instance.
- Parameters:
name
- A name for the application instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runtimeRoleArn
The ARN of a runtime role for the application instance.
- Parameters:
runtimeRoleArn
- The ARN of a runtime role for the application instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags for the application instance.
- Parameters:
tags
- Tags for the application instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateApplicationInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateApplicationInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-