public static interface RegisterApplicationRequest.Builder extends SsmSapRequest.Builder, SdkPojo, CopyableBuilder<RegisterApplicationRequest.Builder,RegisterApplicationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterApplicationRequest.Builder applicationId(String applicationId)
The ID of the application.
applicationId - The ID of the application.RegisterApplicationRequest.Builder applicationType(String applicationType)
The type of the application.
applicationType - The type of the application.ApplicationType,
ApplicationTypeRegisterApplicationRequest.Builder applicationType(ApplicationType applicationType)
The type of the application.
applicationType - The type of the application.ApplicationType,
ApplicationTypeRegisterApplicationRequest.Builder instances(Collection<String> instances)
The Amazon EC2 instances on which your SAP application is running.
instances - The Amazon EC2 instances on which your SAP application is running.RegisterApplicationRequest.Builder instances(String... instances)
The Amazon EC2 instances on which your SAP application is running.
instances - The Amazon EC2 instances on which your SAP application is running.RegisterApplicationRequest.Builder sapInstanceNumber(String sapInstanceNumber)
The SAP instance number of the application.
sapInstanceNumber - The SAP instance number of the application.RegisterApplicationRequest.Builder sid(String sid)
The System ID of the application.
sid - The System ID of the application.RegisterApplicationRequest.Builder tags(Map<String,String> tags)
The tags to be attached to the SAP application.
tags - The tags to be attached to the SAP application.RegisterApplicationRequest.Builder credentials(Collection<ApplicationCredential> credentials)
The credentials of the SAP application.
credentials - The credentials of the SAP application.RegisterApplicationRequest.Builder credentials(ApplicationCredential... credentials)
The credentials of the SAP application.
credentials - The credentials of the SAP application.RegisterApplicationRequest.Builder credentials(Consumer<ApplicationCredential.Builder>... credentials)
The credentials of the SAP application.
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 #credentials(List.
credentials - a consumer that will call methods on
ApplicationCredential.Builder#credentials(java.util.Collection) RegisterApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRegisterApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.