Interface RegisterApplicationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RegisterApplicationRequest.Builder,,RegisterApplicationRequest> SdkBuilder<RegisterApplicationRequest.Builder,,RegisterApplicationRequest> SdkPojo,SdkRequest.Builder,SsmSapRequest.Builder
- Enclosing class:
RegisterApplicationRequest
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) The ID of the application.applicationType(String applicationType) The type of the application.applicationType(ApplicationType applicationType) The type of the application.componentsInfo(Collection<ComponentInfo> componentsInfo) This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.componentsInfo(Consumer<ComponentInfo.Builder>... componentsInfo) This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.componentsInfo(ComponentInfo... componentsInfo) This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.credentials(Collection<ApplicationCredential> credentials) The credentials of the SAP application.credentials(Consumer<ApplicationCredential.Builder>... credentials) The credentials of the SAP application.credentials(ApplicationCredential... credentials) The credentials of the SAP application.databaseArn(String databaseArn) The Amazon Resource Name of the SAP HANA database.The Amazon EC2 instances on which your SAP application is running.instances(Collection<String> instances) The Amazon EC2 instances on which your SAP application is running.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sapInstanceNumber(String sapInstanceNumber) The SAP instance number of the application.The System ID of the application.The tags to be attached to the SAP application.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ssmsap.model.SsmSapRequest.Builder
build
-
Method Details
-
applicationId
The ID of the application.
- Parameters:
applicationId- The ID of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationType
The type of the application.
- Parameters:
applicationType- The type of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
applicationType
The type of the application.
- Parameters:
applicationType- The type of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sapInstanceNumber
The SAP instance number of the application.
- Parameters:
sapInstanceNumber- The SAP instance number of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sid
The System ID of the application.
- Parameters:
sid- The System ID of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to be attached to the SAP application.
- Parameters:
tags- The tags to be attached to the SAP application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentials
The credentials of the SAP application.
- Parameters:
credentials- The credentials of the SAP application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentials
The credentials of the SAP application.
- Parameters:
credentials- The credentials of the SAP application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentials
RegisterApplicationRequest.Builder credentials(Consumer<ApplicationCredential.Builder>... credentials) The credentials of the SAP application.
This is a convenience method that creates an instance of theApplicationCredential.Builderavoiding the need to create one manually viaApplicationCredential.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocredentials(List<ApplicationCredential>).- Parameters:
credentials- a consumer that will call methods onApplicationCredential.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
databaseArn
The Amazon Resource Name of the SAP HANA database.
- Parameters:
databaseArn- The Amazon Resource Name of the SAP HANA database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentsInfo
This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.
This is an array of ApplicationComponent objects. You may input 0 to 5 items.
- Parameters:
componentsInfo- This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.This is an array of ApplicationComponent objects. You may input 0 to 5 items.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentsInfo
This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.
This is an array of ApplicationComponent objects. You may input 0 to 5 items.
- Parameters:
componentsInfo- This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.This is an array of ApplicationComponent objects. You may input 0 to 5 items.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentsInfo
RegisterApplicationRequest.Builder componentsInfo(Consumer<ComponentInfo.Builder>... componentsInfo) This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.
This is an array of ApplicationComponent objects. You may input 0 to 5 items.
This is a convenience method that creates an instance of theComponentInfo.Builderavoiding the need to create one manually viaComponentInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocomponentsInfo(List<ComponentInfo>).- Parameters:
componentsInfo- a consumer that will call methods onComponentInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
RegisterApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
RegisterApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-