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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackendEnvironment.BuilderbackendEnvironmentArn(String backendEnvironmentArn)The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.BackendEnvironment.BuildercreateTime(Instant createTime)The creation date and time for a backend environment that is part of an Amplify app.BackendEnvironment.BuilderdeploymentArtifacts(String deploymentArtifacts)The name of deployment artifacts.BackendEnvironment.BuilderenvironmentName(String environmentName)The name for a backend environment that is part of an Amplify app.BackendEnvironment.BuilderstackName(String stackName)The AWS CloudFormation stack name of a backend environment.BackendEnvironment.BuilderupdateTime(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
copy
-
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
-
backendEnvironmentArn
BackendEnvironment.Builder backendEnvironmentArn(String 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
BackendEnvironment.Builder environmentName(String 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
BackendEnvironment.Builder stackName(String 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
BackendEnvironment.Builder deploymentArtifacts(String 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
BackendEnvironment.Builder createTime(Instant 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
BackendEnvironment.Builder updateTime(Instant 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.
-
-