Interface UpdateApplicationSettingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateApplicationSettingsRequest.Builder,UpdateApplicationSettingsRequest>,SdkBuilder<UpdateApplicationSettingsRequest.Builder,UpdateApplicationSettingsRequest>,SdkPojo,SdkRequest.Builder,SsmSapRequest.Builder
- Enclosing class:
- UpdateApplicationSettingsRequest
public static interface UpdateApplicationSettingsRequest.Builder extends SsmSapRequest.Builder, SdkPojo, CopyableBuilder<UpdateApplicationSettingsRequest.Builder,UpdateApplicationSettingsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.ssmsap.model.SsmSapRequest.Builder
build
-
-
-
-
Method Detail
-
applicationId
UpdateApplicationSettingsRequest.Builder applicationId(String 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.
-
credentialsToAddOrUpdate
UpdateApplicationSettingsRequest.Builder credentialsToAddOrUpdate(Collection<ApplicationCredential> credentialsToAddOrUpdate)
The credentials to be added or updated.
- Parameters:
credentialsToAddOrUpdate- The credentials to be added or updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentialsToAddOrUpdate
UpdateApplicationSettingsRequest.Builder credentialsToAddOrUpdate(ApplicationCredential... credentialsToAddOrUpdate)
The credentials to be added or updated.
- Parameters:
credentialsToAddOrUpdate- The credentials to be added or updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentialsToAddOrUpdate
UpdateApplicationSettingsRequest.Builder credentialsToAddOrUpdate(Consumer<ApplicationCredential.Builder>... credentialsToAddOrUpdate)
The credentials to be added or updated.
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 to#credentialsToAddOrUpdate(List.) - Parameters:
credentialsToAddOrUpdate- 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:
#credentialsToAddOrUpdate(java.util.Collection)
-
credentialsToRemove
UpdateApplicationSettingsRequest.Builder credentialsToRemove(Collection<ApplicationCredential> credentialsToRemove)
The credentials to be removed.
- Parameters:
credentialsToRemove- The credentials to be removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentialsToRemove
UpdateApplicationSettingsRequest.Builder credentialsToRemove(ApplicationCredential... credentialsToRemove)
The credentials to be removed.
- Parameters:
credentialsToRemove- The credentials to be removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentialsToRemove
UpdateApplicationSettingsRequest.Builder credentialsToRemove(Consumer<ApplicationCredential.Builder>... credentialsToRemove)
The credentials to be removed.
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 to#credentialsToRemove(List.) - Parameters:
credentialsToRemove- 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:
#credentialsToRemove(java.util.Collection)
-
backint
UpdateApplicationSettingsRequest.Builder backint(BackintConfig backint)
Installation of AWS Backint Agent for SAP HANA.
- Parameters:
backint- Installation of AWS Backint Agent for SAP HANA.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backint
default UpdateApplicationSettingsRequest.Builder backint(Consumer<BackintConfig.Builder> backint)
Installation of AWS Backint Agent for SAP HANA.
This is a convenience method that creates an instance of theBackintConfig.Builderavoiding the need to create one manually viaBackintConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobackint(BackintConfig).- Parameters:
backint- a consumer that will call methods onBackintConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
backint(BackintConfig)
-
databaseArn
UpdateApplicationSettingsRequest.Builder databaseArn(String databaseArn)
The Amazon Resource Name of the SAP HANA database that replaces the current SAP HANA connection with the SAP_ABAP application.
- Parameters:
databaseArn- The Amazon Resource Name of the SAP HANA database that replaces the current SAP HANA connection with the SAP_ABAP application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateApplicationSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateApplicationSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-