Interface PutHypervisorPropertyMappingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BackupGatewayRequest.Builder,Buildable,CopyableBuilder<PutHypervisorPropertyMappingsRequest.Builder,PutHypervisorPropertyMappingsRequest>,SdkBuilder<PutHypervisorPropertyMappingsRequest.Builder,PutHypervisorPropertyMappingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutHypervisorPropertyMappingsRequest
public static interface PutHypervisorPropertyMappingsRequest.Builder extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<PutHypervisorPropertyMappingsRequest.Builder,PutHypervisorPropertyMappingsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.backupgateway.model.BackupGatewayRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
hypervisorArn
PutHypervisorPropertyMappingsRequest.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
PutHypervisorPropertyMappingsRequest.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
PutHypervisorPropertyMappingsRequest.Builder vmwareToAwsTagMappings(Collection<VmwareToAwsTagMapping> vmwareToAwsTagMappings)
This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.
- Parameters:
vmwareToAwsTagMappings- This action requests 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
PutHypervisorPropertyMappingsRequest.Builder vmwareToAwsTagMappings(VmwareToAwsTagMapping... vmwareToAwsTagMappings)
This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.
- Parameters:
vmwareToAwsTagMappings- This action requests 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
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.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)
-
overrideConfiguration
PutHypervisorPropertyMappingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutHypervisorPropertyMappingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-