Interface GetHypervisorPropertyMappingsResponse.Builder

    • Method Detail

      • hypervisorArn

        GetHypervisorPropertyMappingsResponse.Builder hypervisorArn​(String hypervisorArn)

        The Amazon Resource Name (ARN) of the hypervisor.

        Parameters:
        hypervisorArn - The Amazon Resource Name (ARN) of the hypervisor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iamRoleArn

        GetHypervisorPropertyMappingsResponse.Builder iamRoleArn​(String iamRoleArn)

        The Amazon Resource Name (ARN) of the IAM role.

        Parameters:
        iamRoleArn - The Amazon Resource Name (ARN) of the IAM role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vmwareToAwsTagMappings

        GetHypervisorPropertyMappingsResponse.Builder vmwareToAwsTagMappings​(Collection<VmwareToAwsTagMapping> vmwareToAwsTagMappings)

        This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.

        Parameters:
        vmwareToAwsTagMappings - This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vmwareToAwsTagMappings

        GetHypervisorPropertyMappingsResponse.Builder vmwareToAwsTagMappings​(VmwareToAwsTagMapping... vmwareToAwsTagMappings)

        This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.

        Parameters:
        vmwareToAwsTagMappings - This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.