Interface DescribeApplicationInstanceDetailsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeApplicationInstanceDetailsResponse.Builder,DescribeApplicationInstanceDetailsResponse>,PanoramaResponse.Builder,SdkBuilder<DescribeApplicationInstanceDetailsResponse.Builder,DescribeApplicationInstanceDetailsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeApplicationInstanceDetailsResponse
public static interface DescribeApplicationInstanceDetailsResponse.Builder extends PanoramaResponse.Builder, SdkPojo, CopyableBuilder<DescribeApplicationInstanceDetailsResponse.Builder,DescribeApplicationInstanceDetailsResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.panorama.model.PanoramaResponse.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 Detail
-
applicationInstanceId
DescribeApplicationInstanceDetailsResponse.Builder applicationInstanceId(String applicationInstanceId)
The application instance's ID.
- Parameters:
applicationInstanceId- The application instance's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationInstanceIdToReplace
DescribeApplicationInstanceDetailsResponse.Builder applicationInstanceIdToReplace(String applicationInstanceIdToReplace)
The ID of the application instance that this instance replaced.
- Parameters:
applicationInstanceIdToReplace- The ID of the application instance that this instance replaced.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
DescribeApplicationInstanceDetailsResponse.Builder createdTime(Instant createdTime)
When the application instance was created.
- Parameters:
createdTime- When the application instance was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultRuntimeContextDevice
DescribeApplicationInstanceDetailsResponse.Builder defaultRuntimeContextDevice(String defaultRuntimeContextDevice)
The application instance's default runtime context device.
- Parameters:
defaultRuntimeContextDevice- The application instance's default runtime context device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
DescribeApplicationInstanceDetailsResponse.Builder description(String description)
The application instance's description.
- Parameters:
description- The application instance's description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manifestOverridesPayload
DescribeApplicationInstanceDetailsResponse.Builder manifestOverridesPayload(ManifestOverridesPayload manifestOverridesPayload)
Parameter overrides for the configuration manifest.
- Parameters:
manifestOverridesPayload- Parameter overrides for the configuration manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manifestOverridesPayload
default DescribeApplicationInstanceDetailsResponse.Builder manifestOverridesPayload(Consumer<ManifestOverridesPayload.Builder> manifestOverridesPayload)
Parameter overrides for the configuration 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
DescribeApplicationInstanceDetailsResponse.Builder manifestPayload(ManifestPayload manifestPayload)
The application instance's configuration manifest.
- Parameters:
manifestPayload- The application instance's configuration manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manifestPayload
default DescribeApplicationInstanceDetailsResponse.Builder manifestPayload(Consumer<ManifestPayload.Builder> manifestPayload)
The application instance's configuration manifest.
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
DescribeApplicationInstanceDetailsResponse.Builder name(String name)
The application instance's name.
- Parameters:
name- The application instance's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-