public static interface GetHypervisorPropertyMappingsResponse.Builder extends BackupGatewayResponse.Builder, SdkPojo, CopyableBuilder<GetHypervisorPropertyMappingsResponse.Builder,GetHypervisorPropertyMappingsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetHypervisorPropertyMappingsResponse.Builder |
hypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor.
|
GetHypervisorPropertyMappingsResponse.Builder |
iamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
GetHypervisorPropertyMappingsResponse.Builder |
vmwareToAwsTagMappings(Collection<VmwareToAwsTagMapping> vmwareToAwsTagMappings)
This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.
|
GetHypervisorPropertyMappingsResponse.Builder |
vmwareToAwsTagMappings(Consumer<VmwareToAwsTagMapping.Builder>... vmwareToAwsTagMappings)
This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.
|
GetHypervisorPropertyMappingsResponse.Builder |
vmwareToAwsTagMappings(VmwareToAwsTagMapping... vmwareToAwsTagMappings)
This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetHypervisorPropertyMappingsResponse.Builder hypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor.
hypervisorArn - The Amazon Resource Name (ARN) of the hypervisor.GetHypervisorPropertyMappingsResponse.Builder iamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role.
iamRoleArn - The Amazon Resource Name (ARN) of the IAM role.GetHypervisorPropertyMappingsResponse.Builder vmwareToAwsTagMappings(Collection<VmwareToAwsTagMapping> vmwareToAwsTagMappings)
This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.
vmwareToAwsTagMappings - This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.GetHypervisorPropertyMappingsResponse.Builder vmwareToAwsTagMappings(VmwareToAwsTagMapping... vmwareToAwsTagMappings)
This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.
vmwareToAwsTagMappings - This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.GetHypervisorPropertyMappingsResponse.Builder vmwareToAwsTagMappings(Consumer<VmwareToAwsTagMapping.Builder>... vmwareToAwsTagMappings)
This is a display of 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) Copyright © 2023. All rights reserved.