Interface BackendEnvironment.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BackendEnvironment.Builder,,BackendEnvironment> SdkBuilder<BackendEnvironment.Builder,,BackendEnvironment> SdkPojo
- Enclosing class:
 BackendEnvironment
public static interface BackendEnvironment.Builder
extends SdkPojo, CopyableBuilder<BackendEnvironment.Builder,BackendEnvironment> 
- 
Method Summary
Modifier and TypeMethodDescriptionbackendEnvironmentArn(String backendEnvironmentArn) The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.createTime(Instant createTime) The creation date and time for a backend environment that is part of an Amplify app.deploymentArtifacts(String deploymentArtifacts) The name of deployment artifacts.environmentName(String environmentName) The name for a backend environment that is part of an Amplify app.The AWS CloudFormation stack name of a backend environment.updateTime(Instant updateTime) The last updated date and time for a backend environment that is part of an Amplify app.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
backendEnvironmentArn
The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
- Parameters:
 backendEnvironmentArn- The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
environmentName
The name for a backend environment that is part of an Amplify app.
- Parameters:
 environmentName- The name for a backend environment that is part of an Amplify app.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
stackName
The AWS CloudFormation stack name of a backend environment.
- Parameters:
 stackName- The AWS CloudFormation stack name of a backend environment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
deploymentArtifacts
The name of deployment artifacts.
- Parameters:
 deploymentArtifacts- The name of deployment artifacts.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
createTime
The creation date and time for a backend environment that is part of an Amplify app.
- Parameters:
 createTime- The creation date and time for a backend environment that is part of an Amplify app.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
updateTime
The last updated date and time for a backend environment that is part of an Amplify app.
- Parameters:
 updateTime- The last updated date and time for a backend environment that is part of an Amplify app.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -