Interface TagFieldSpecificationRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TagFieldSpecificationRequest.Builder,,TagFieldSpecificationRequest> SdkBuilder<TagFieldSpecificationRequest.Builder,,TagFieldSpecificationRequest> SdkPojo
- Enclosing class:
- TagFieldSpecificationRequest
@Mutable
@NotThreadSafe
public static interface TagFieldSpecificationRequest.Builder
extends SdkPojo, CopyableBuilder<TagFieldSpecificationRequest.Builder,TagFieldSpecificationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionresourceType(String resourceType) The resource type for the tag keys associated with the Flow Logs Amazon EC2 Tags feature fields in your custom log format.resourceType(TaggableResourceType resourceType) The resource type for the tag keys associated with the Flow Logs Amazon EC2 Tags feature fields in your custom log format.The tag keys on your tagged resources to be displayed by the Flow Logs Amazon EC2 Tags feature fields in your custom log format.tagKeys(Collection<String> tagKeys) The tag keys on your tagged resources to be displayed by the Flow Logs Amazon EC2 Tags feature fields in your custom log format.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceType
The resource type for the tag keys associated with the Flow Logs Amazon EC2 Tags feature fields in your custom log format.
- Parameters:
resourceType- The resource type for the tag keys associated with the Flow Logs Amazon EC2 Tags feature fields in your custom log format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The resource type for the tag keys associated with the Flow Logs Amazon EC2 Tags feature fields in your custom log format.
- Parameters:
resourceType- The resource type for the tag keys associated with the Flow Logs Amazon EC2 Tags feature fields in your custom log format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tagKeys
The tag keys on your tagged resources to be displayed by the Flow Logs Amazon EC2 Tags feature fields in your custom log format.
- Parameters:
tagKeys- The tag keys on your tagged resources to be displayed by the Flow Logs Amazon EC2 Tags feature fields in your custom log format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeys
The tag keys on your tagged resources to be displayed by the Flow Logs Amazon EC2 Tags feature fields in your custom log format.
- Parameters:
tagKeys- The tag keys on your tagged resources to be displayed by the Flow Logs Amazon EC2 Tags feature fields in your custom log format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-