Interface VmwareToAwsTagMapping.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VmwareToAwsTagMapping.Builder,VmwareToAwsTagMapping>,SdkBuilder<VmwareToAwsTagMapping.Builder,VmwareToAwsTagMapping>,SdkPojo
- Enclosing class:
- VmwareToAwsTagMapping
public static interface VmwareToAwsTagMapping.Builder extends SdkPojo, CopyableBuilder<VmwareToAwsTagMapping.Builder,VmwareToAwsTagMapping>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VmwareToAwsTagMapping.BuilderawsTagKey(String awsTagKey)The key part of the Amazon Web Services tag's key-value pair.VmwareToAwsTagMapping.BuilderawsTagValue(String awsTagValue)The value part of the Amazon Web Services tag's key-value pair.VmwareToAwsTagMapping.BuildervmwareCategory(String vmwareCategory)The is the category of VMware.VmwareToAwsTagMapping.BuildervmwareTagName(String vmwareTagName)This is the user-defined name of a VMware tag.-
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
-
awsTagKey
VmwareToAwsTagMapping.Builder awsTagKey(String awsTagKey)
The key part of the Amazon Web Services tag's key-value pair.
- Parameters:
awsTagKey- The key part of the Amazon Web Services tag's key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsTagValue
VmwareToAwsTagMapping.Builder awsTagValue(String awsTagValue)
The value part of the Amazon Web Services tag's key-value pair.
- Parameters:
awsTagValue- The value part of the Amazon Web Services tag's key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vmwareCategory
VmwareToAwsTagMapping.Builder vmwareCategory(String vmwareCategory)
The is the category of VMware.
- Parameters:
vmwareCategory- The is the category of VMware.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vmwareTagName
VmwareToAwsTagMapping.Builder vmwareTagName(String vmwareTagName)
This is the user-defined name of a VMware tag.
- Parameters:
vmwareTagName- This is the user-defined name of a VMware tag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-