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 theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #addLicenseSpecifications(List) .addLicenseSpecifications - a consumer that will call methods on List.Builder #addLicenseSpecifications(List) 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 theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #removeLicenseSpecifications(List) .removeLicenseSpecifications - a consumer that will call methods on List.Builder #removeLicenseSpecifications(List) UpdateLicenseSpecificationsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLicenseSpecificationsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.