public static interface UpdateLicenseSpecificationsForResourceRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateLicenseSpecificationsForResourceRequest.Builder,UpdateLicenseSpecificationsForResourceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLicenseSpecificationsForResourceRequest.Builder resourceArn(String resourceArn)
Amazon Resource Name (ARN) of the Amazon Web Services resource.
resourceArn - Amazon Resource Name (ARN) of the Amazon Web Services resource.UpdateLicenseSpecificationsForResourceRequest.Builder addLicenseSpecifications(Collection<LicenseSpecification> addLicenseSpecifications)
ARNs of the license configurations to add.
addLicenseSpecifications - ARNs of the license configurations to add.UpdateLicenseSpecificationsForResourceRequest.Builder addLicenseSpecifications(LicenseSpecification... addLicenseSpecifications)
ARNs of the license configurations to add.
addLicenseSpecifications - ARNs of the license configurations to add.UpdateLicenseSpecificationsForResourceRequest.Builder addLicenseSpecifications(Consumer<LicenseSpecification.Builder>... addLicenseSpecifications)
ARNs of the license configurations to add.
This is a convenience method that creates an instance of theLicenseSpecification.Builder avoiding the need
to create one manually via
LicenseSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #addLicenseSpecifications(List.
addLicenseSpecifications - a consumer that will call methods on
LicenseSpecification.Builder#addLicenseSpecifications(java.util.Collection) UpdateLicenseSpecificationsForResourceRequest.Builder removeLicenseSpecifications(Collection<LicenseSpecification> removeLicenseSpecifications)
ARNs of the license configurations to remove.
removeLicenseSpecifications - ARNs of the license configurations to remove.UpdateLicenseSpecificationsForResourceRequest.Builder removeLicenseSpecifications(LicenseSpecification... removeLicenseSpecifications)
ARNs of the license configurations to remove.
removeLicenseSpecifications - ARNs of the license configurations to remove.UpdateLicenseSpecificationsForResourceRequest.Builder removeLicenseSpecifications(Consumer<LicenseSpecification.Builder>... removeLicenseSpecifications)
ARNs of the license configurations to remove.
This is a convenience method that creates an instance of theLicenseSpecification.Builder avoiding the need
to create one manually via
LicenseSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #removeLicenseSpecifications(List.
removeLicenseSpecifications - a consumer that will call methods on
LicenseSpecification.Builder#removeLicenseSpecifications(java.util.Collection) UpdateLicenseSpecificationsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLicenseSpecificationsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.