public static interface UpdateApplicationSettingsRequest.Builder extends SsmSapRequest.Builder, SdkPojo, CopyableBuilder<UpdateApplicationSettingsRequest.Builder,UpdateApplicationSettingsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateApplicationSettingsRequest.Builder applicationId(String applicationId)
The ID of the application.
applicationId - The ID of the application.UpdateApplicationSettingsRequest.Builder credentialsToAddOrUpdate(Collection<ApplicationCredential> credentialsToAddOrUpdate)
The credentials to be added or updated.
credentialsToAddOrUpdate - The credentials to be added or updated.UpdateApplicationSettingsRequest.Builder credentialsToAddOrUpdate(ApplicationCredential... credentialsToAddOrUpdate)
The credentials to be added or updated.
credentialsToAddOrUpdate - The credentials to be added or updated.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.Builder avoiding the need to
create one manually via ApplicationCredential.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #credentialsToAddOrUpdate(List.
credentialsToAddOrUpdate - a consumer that will call methods on
ApplicationCredential.Builder#credentialsToAddOrUpdate(java.util.Collection) UpdateApplicationSettingsRequest.Builder credentialsToRemove(Collection<ApplicationCredential> credentialsToRemove)
The credentials to be removed.
credentialsToRemove - The credentials to be removed.UpdateApplicationSettingsRequest.Builder credentialsToRemove(ApplicationCredential... credentialsToRemove)
The credentials to be removed.
credentialsToRemove - The credentials to be removed.UpdateApplicationSettingsRequest.Builder credentialsToRemove(Consumer<ApplicationCredential.Builder>... credentialsToRemove)
The credentials to be removed.
This is a convenience method that creates an instance of theApplicationCredential.Builder avoiding the need to
create one manually via ApplicationCredential.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #credentialsToRemove(List.
credentialsToRemove - a consumer that will call methods on
ApplicationCredential.Builder#credentialsToRemove(java.util.Collection) UpdateApplicationSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateApplicationSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.