Interface CreateApplicationInstanceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateApplicationInstanceRequest.Builder,CreateApplicationInstanceRequest>,PanoramaRequest.Builder,SdkBuilder<CreateApplicationInstanceRequest.Builder,CreateApplicationInstanceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateApplicationInstanceRequest
public static interface CreateApplicationInstanceRequest.Builder extends PanoramaRequest.Builder, SdkPojo, CopyableBuilder<CreateApplicationInstanceRequest.Builder,CreateApplicationInstanceRequest>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
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
CreateApplicationInstanceRequest.Builder description(String 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.Builderavoiding the need to create one manually viaManifestOverridesPayload.builder().When the
Consumercompletes,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:
manifestOverridesPayload(ManifestOverridesPayload)
-
manifestPayload
CreateApplicationInstanceRequest.Builder manifestPayload(ManifestPayload 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.Builderavoiding the need to create one manually viaManifestPayload.builder().When the
Consumercompletes,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:
manifestPayload(ManifestPayload)
-
name
CreateApplicationInstanceRequest.Builder name(String 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
CreateApplicationInstanceRequest.Builder runtimeRoleArn(String 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
CreateApplicationInstanceRequest.Builder tags(Map<String,String> 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateApplicationInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-