Interface GetHypervisorPropertyMappingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BackupGatewayResponse.Builder
,Buildable
,CopyableBuilder<GetHypervisorPropertyMappingsResponse.Builder,
,GetHypervisorPropertyMappingsResponse> SdkBuilder<GetHypervisorPropertyMappingsResponse.Builder,
,GetHypervisorPropertyMappingsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetHypervisorPropertyMappingsResponse
@Mutable
@NotThreadSafe
public static interface GetHypervisorPropertyMappingsResponse.Builder
extends BackupGatewayResponse.Builder, SdkPojo, CopyableBuilder<GetHypervisorPropertyMappingsResponse.Builder,GetHypervisorPropertyMappingsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionhypervisorArn
(String hypervisorArn) The Amazon Resource Name (ARN) of the hypervisor.iamRoleArn
(String iamRoleArn) The Amazon Resource Name (ARN) of the IAM role.vmwareToAwsTagMappings
(Collection<VmwareToAwsTagMapping> vmwareToAwsTagMappings) This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.vmwareToAwsTagMappings
(Consumer<VmwareToAwsTagMapping.Builder>... vmwareToAwsTagMappings) This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.vmwareToAwsTagMappings
(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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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.Builder
avoiding the need to create one manually viaVmwareToAwsTagMapping.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovmwareToAwsTagMappings(List<VmwareToAwsTagMapping>)
.- 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:
-