public static interface PutHypervisorPropertyMappingsRequest.Builder extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<PutHypervisorPropertyMappingsRequest.Builder,PutHypervisorPropertyMappingsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutHypervisorPropertyMappingsRequest.Builder hypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor.
hypervisorArn - The Amazon Resource Name (ARN) of the hypervisor.PutHypervisorPropertyMappingsRequest.Builder iamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role.
iamRoleArn - The Amazon Resource Name (ARN) of the IAM role.PutHypervisorPropertyMappingsRequest.Builder vmwareToAwsTagMappings(Collection<VmwareToAwsTagMapping> vmwareToAwsTagMappings)
This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.
vmwareToAwsTagMappings - This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.PutHypervisorPropertyMappingsRequest.Builder vmwareToAwsTagMappings(VmwareToAwsTagMapping... vmwareToAwsTagMappings)
This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.
vmwareToAwsTagMappings - This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.PutHypervisorPropertyMappingsRequest.Builder vmwareToAwsTagMappings(Consumer<VmwareToAwsTagMapping.Builder>... vmwareToAwsTagMappings)
This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.
This is a convenience method that creates an instance of theVmwareToAwsTagMapping.Builder avoiding the need
to create one manually via
VmwareToAwsTagMapping.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #vmwareToAwsTagMappings(List.
vmwareToAwsTagMappings - a consumer that will call methods on
VmwareToAwsTagMapping.Builder#vmwareToAwsTagMappings(java.util.Collection) PutHypervisorPropertyMappingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutHypervisorPropertyMappingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.