Interface StopDeploymentResponse.Builder
-
- All Superinterfaces:
AppConfigResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<StopDeploymentResponse.Builder,StopDeploymentResponse>,SdkBuilder<StopDeploymentResponse.Builder,StopDeploymentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StopDeploymentResponse
public static interface StopDeploymentResponse.Builder extends AppConfigResponse.Builder, SdkPojo, CopyableBuilder<StopDeploymentResponse.Builder,StopDeploymentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopDeploymentResponse.BuilderapplicationId(String applicationId)The ID of the application that was deployed.StopDeploymentResponse.BuilderappliedExtensions(Collection<AppliedExtension> appliedExtensions)A list of extensions that were processed as part of the deployment.StopDeploymentResponse.BuilderappliedExtensions(Consumer<AppliedExtension.Builder>... appliedExtensions)A list of extensions that were processed as part of the deployment.StopDeploymentResponse.BuilderappliedExtensions(AppliedExtension... appliedExtensions)A list of extensions that were processed as part of the deployment.StopDeploymentResponse.BuildercompletedAt(Instant completedAt)The time the deployment completed.StopDeploymentResponse.BuilderconfigurationLocationUri(String configurationLocationUri)Information about the source location of the configuration.StopDeploymentResponse.BuilderconfigurationName(String configurationName)The name of the configuration.StopDeploymentResponse.BuilderconfigurationProfileId(String configurationProfileId)The ID of the configuration profile that was deployed.StopDeploymentResponse.BuilderconfigurationVersion(String configurationVersion)The configuration version that was deployed.StopDeploymentResponse.BuilderdeploymentDurationInMinutes(Integer deploymentDurationInMinutes)Total amount of time the deployment lasted.StopDeploymentResponse.BuilderdeploymentNumber(Integer deploymentNumber)The sequence number of the deployment.StopDeploymentResponse.BuilderdeploymentStrategyId(String deploymentStrategyId)The ID of the deployment strategy that was deployed.StopDeploymentResponse.Builderdescription(String description)The description of the deployment.StopDeploymentResponse.BuilderenvironmentId(String environmentId)The ID of the environment that was deployed.StopDeploymentResponse.BuildereventLog(Collection<DeploymentEvent> eventLog)A list containing all events related to a deployment.StopDeploymentResponse.BuildereventLog(Consumer<DeploymentEvent.Builder>... eventLog)A list containing all events related to a deployment.StopDeploymentResponse.BuildereventLog(DeploymentEvent... eventLog)A list containing all events related to a deployment.StopDeploymentResponse.BuilderfinalBakeTimeInMinutes(Integer finalBakeTimeInMinutes)The amount of time that AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic rollback.StopDeploymentResponse.BuildergrowthFactor(Float growthFactor)The percentage of targets to receive a deployed configuration during each interval.StopDeploymentResponse.BuildergrowthType(String growthType)The algorithm used to define how percentage grew over time.StopDeploymentResponse.BuildergrowthType(GrowthType growthType)The algorithm used to define how percentage grew over time.StopDeploymentResponse.BuilderkmsKeyArn(String kmsKeyArn)The Amazon Resource Name of the Key Management Service key used to encrypt configuration data.StopDeploymentResponse.BuilderkmsKeyIdentifier(String kmsKeyIdentifier)The Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.StopDeploymentResponse.BuilderpercentageComplete(Float percentageComplete)The percentage of targets for which the deployment is available.StopDeploymentResponse.BuilderstartedAt(Instant startedAt)The time the deployment started.StopDeploymentResponse.Builderstate(String state)The state of the deployment.StopDeploymentResponse.Builderstate(DeploymentState state)The state of the deployment.StopDeploymentResponse.BuilderversionLabel(String versionLabel)A user-defined label for an AppConfig hosted configuration version.-
Methods inherited from interface software.amazon.awssdk.services.appconfig.model.AppConfigResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
applicationId
StopDeploymentResponse.Builder applicationId(String applicationId)
The ID of the application that was deployed.
- Parameters:
applicationId- The ID of the application that was deployed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
StopDeploymentResponse.Builder environmentId(String environmentId)
The ID of the environment that was deployed.
- Parameters:
environmentId- The ID of the environment that was deployed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentStrategyId
StopDeploymentResponse.Builder deploymentStrategyId(String deploymentStrategyId)
The ID of the deployment strategy that was deployed.
- Parameters:
deploymentStrategyId- The ID of the deployment strategy that was deployed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationProfileId
StopDeploymentResponse.Builder configurationProfileId(String configurationProfileId)
The ID of the configuration profile that was deployed.
- Parameters:
configurationProfileId- The ID of the configuration profile that was deployed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentNumber
StopDeploymentResponse.Builder deploymentNumber(Integer deploymentNumber)
The sequence number of the deployment.
- Parameters:
deploymentNumber- The sequence number of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationName
StopDeploymentResponse.Builder configurationName(String configurationName)
The name of the configuration.
- Parameters:
configurationName- The name of the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationLocationUri
StopDeploymentResponse.Builder configurationLocationUri(String configurationLocationUri)
Information about the source location of the configuration.
- Parameters:
configurationLocationUri- Information about the source location of the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationVersion
StopDeploymentResponse.Builder configurationVersion(String configurationVersion)
The configuration version that was deployed.
- Parameters:
configurationVersion- The configuration version that was deployed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
StopDeploymentResponse.Builder description(String description)
The description of the deployment.
- Parameters:
description- The description of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentDurationInMinutes
StopDeploymentResponse.Builder deploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time the deployment lasted.
- Parameters:
deploymentDurationInMinutes- Total amount of time the deployment lasted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
growthType
StopDeploymentResponse.Builder growthType(String growthType)
The algorithm used to define how percentage grew over time.
- Parameters:
growthType- The algorithm used to define how percentage grew over time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GrowthType,GrowthType
-
growthType
StopDeploymentResponse.Builder growthType(GrowthType growthType)
The algorithm used to define how percentage grew over time.
- Parameters:
growthType- The algorithm used to define how percentage grew over time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GrowthType,GrowthType
-
growthFactor
StopDeploymentResponse.Builder growthFactor(Float growthFactor)
The percentage of targets to receive a deployed configuration during each interval.
- Parameters:
growthFactor- The percentage of targets to receive a deployed configuration during each interval.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finalBakeTimeInMinutes
StopDeploymentResponse.Builder finalBakeTimeInMinutes(Integer finalBakeTimeInMinutes)
The amount of time that AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic rollback.
- Parameters:
finalBakeTimeInMinutes- The amount of time that AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic rollback.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
StopDeploymentResponse.Builder state(String state)
The state of the deployment.
- Parameters:
state- The state of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeploymentState,DeploymentState
-
state
StopDeploymentResponse.Builder state(DeploymentState state)
The state of the deployment.
- Parameters:
state- The state of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeploymentState,DeploymentState
-
eventLog
StopDeploymentResponse.Builder eventLog(Collection<DeploymentEvent> eventLog)
A list containing all events related to a deployment. The most recent events are displayed first.
- Parameters:
eventLog- A list containing all events related to a deployment. The most recent events are displayed first.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventLog
StopDeploymentResponse.Builder eventLog(DeploymentEvent... eventLog)
A list containing all events related to a deployment. The most recent events are displayed first.
- Parameters:
eventLog- A list containing all events related to a deployment. The most recent events are displayed first.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventLog
StopDeploymentResponse.Builder eventLog(Consumer<DeploymentEvent.Builder>... eventLog)
A list containing all events related to a deployment. The most recent events are displayed first.
This is a convenience method that creates an instance of theDeploymentEvent.Builderavoiding the need to create one manually viaDeploymentEvent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#eventLog(List.) - Parameters:
eventLog- a consumer that will call methods onDeploymentEvent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#eventLog(java.util.Collection)
-
percentageComplete
StopDeploymentResponse.Builder percentageComplete(Float percentageComplete)
The percentage of targets for which the deployment is available.
- Parameters:
percentageComplete- The percentage of targets for which the deployment is available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
StopDeploymentResponse.Builder startedAt(Instant startedAt)
The time the deployment started.
- Parameters:
startedAt- The time the deployment started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completedAt
StopDeploymentResponse.Builder completedAt(Instant completedAt)
The time the deployment completed.
- Parameters:
completedAt- The time the deployment completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appliedExtensions
StopDeploymentResponse.Builder appliedExtensions(Collection<AppliedExtension> appliedExtensions)
A list of extensions that were processed as part of the deployment. The extensions that were previously associated to the configuration profile, environment, or the application when
StartDeploymentwas called.- Parameters:
appliedExtensions- A list of extensions that were processed as part of the deployment. The extensions that were previously associated to the configuration profile, environment, or the application whenStartDeploymentwas called.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appliedExtensions
StopDeploymentResponse.Builder appliedExtensions(AppliedExtension... appliedExtensions)
A list of extensions that were processed as part of the deployment. The extensions that were previously associated to the configuration profile, environment, or the application when
StartDeploymentwas called.- Parameters:
appliedExtensions- A list of extensions that were processed as part of the deployment. The extensions that were previously associated to the configuration profile, environment, or the application whenStartDeploymentwas called.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appliedExtensions
StopDeploymentResponse.Builder appliedExtensions(Consumer<AppliedExtension.Builder>... appliedExtensions)
A list of extensions that were processed as part of the deployment. The extensions that were previously associated to the configuration profile, environment, or the application when
This is a convenience method that creates an instance of theStartDeploymentwas called.AppliedExtension.Builderavoiding the need to create one manually viaAppliedExtension.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#appliedExtensions(List.) - Parameters:
appliedExtensions- a consumer that will call methods onAppliedExtension.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#appliedExtensions(java.util.Collection)
-
kmsKeyArn
StopDeploymentResponse.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name of the Key Management Service key used to encrypt configuration data. You can encrypt secrets stored in Secrets Manager, Amazon Simple Storage Service (Amazon S3) objects encrypted with SSE-KMS, or secure string parameters stored in Amazon Web Services Systems Manager Parameter Store.
- Parameters:
kmsKeyArn- The Amazon Resource Name of the Key Management Service key used to encrypt configuration data. You can encrypt secrets stored in Secrets Manager, Amazon Simple Storage Service (Amazon S3) objects encrypted with SSE-KMS, or secure string parameters stored in Amazon Web Services Systems Manager Parameter Store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyIdentifier
StopDeploymentResponse.Builder kmsKeyIdentifier(String kmsKeyIdentifier)
The Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
- Parameters:
kmsKeyIdentifier- The Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionLabel
StopDeploymentResponse.Builder versionLabel(String versionLabel)
A user-defined label for an AppConfig hosted configuration version.
- Parameters:
versionLabel- A user-defined label for an AppConfig hosted configuration version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-