Interface GetHypervisorPropertyMappingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BackupGatewayResponse.Builder,Buildable,CopyableBuilder<GetHypervisorPropertyMappingsResponse.Builder,GetHypervisorPropertyMappingsResponse>,SdkBuilder<GetHypervisorPropertyMappingsResponse.Builder,GetHypervisorPropertyMappingsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetHypervisorPropertyMappingsResponse
public static interface GetHypervisorPropertyMappingsResponse.Builder extends BackupGatewayResponse.Builder, SdkPojo, CopyableBuilder<GetHypervisorPropertyMappingsResponse.Builder,GetHypervisorPropertyMappingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetHypervisorPropertyMappingsResponse.BuilderhypervisorArn(String hypervisorArn)The Amazon Resource Name (ARN) of the hypervisor.GetHypervisorPropertyMappingsResponse.BuilderiamRoleArn(String iamRoleArn)The Amazon Resource Name (ARN) of the IAM role.GetHypervisorPropertyMappingsResponse.BuildervmwareToAwsTagMappings(Collection<VmwareToAwsTagMapping> vmwareToAwsTagMappings)This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.GetHypervisorPropertyMappingsResponse.BuildervmwareToAwsTagMappings(Consumer<VmwareToAwsTagMapping.Builder>... vmwareToAwsTagMappings)This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.GetHypervisorPropertyMappingsResponse.BuildervmwareToAwsTagMappings(VmwareToAwsTagMapping... vmwareToAwsTagMappings)This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.-
Methods inherited from interface software.amazon.awssdk.services.backupgateway.model.BackupGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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.
-
vmwareToAwsTagMappings
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.Builderavoiding the need to create one manually viaVmwareToAwsTagMapping.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#vmwareToAwsTagMappings(List.) - Parameters:
vmwareToAwsTagMappings- a consumer that will call methods onVmwareToAwsTagMapping.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#vmwareToAwsTagMappings(java.util.Collection)
-
-