Class CfnApplication.Builder
java.lang.Object
software.amazon.awscdk.services.systemsmanagersap.CfnApplication.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplication>
- Enclosing class:
- CfnApplication
@Stability(Stable)
public static final class CfnApplication.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplication>
A fluent builder for
CfnApplication
.-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The ID of the application.applicationType
(String applicationType) The type of the application.build()
static CfnApplication.Builder
credentials
(List<? extends Object> credentials) The credentials of the SAP application.credentials
(IResolvable credentials) The credentials of the SAP application.The Amazon EC2 instances on which your SAP application is running.sapInstanceNumber
(String sapInstanceNumber) The SAP instance number of the application.The System ID of the application.The tags on the application.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnApplication.Builder
.
-
applicationId
The ID of the application.- Parameters:
applicationId
- The ID of the application. This parameter is required.- Returns:
this
-
applicationType
The type of the application.- Parameters:
applicationType
- The type of the application. This parameter is required.- Returns:
this
-
credentials
The credentials of the SAP application.- Parameters:
credentials
- The credentials of the SAP application. This parameter is required.- Returns:
this
-
credentials
The credentials of the SAP application.- Parameters:
credentials
- The credentials of the SAP application. This parameter is required.- Returns:
this
-
instances
The Amazon EC2 instances on which your SAP application is running.- Parameters:
instances
- The Amazon EC2 instances on which your SAP application is running. This parameter is required.- Returns:
this
-
sapInstanceNumber
The SAP instance number of the application.- Parameters:
sapInstanceNumber
- The SAP instance number of the application. This parameter is required.- Returns:
this
-
sid
The System ID of the application.- Parameters:
sid
- The System ID of the application. This parameter is required.- Returns:
this
-
tags
The tags on the application.- Parameters:
tags
- The tags on the application. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnApplication>
- Returns:
- a newly built instance of
CfnApplication
.
-