public static final class ResourceInfo.Builder
extends java.lang.Object
ResourceInfo
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
ResourceInfo . |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
build() |
ResourceInfo.Builder |
setResourceIds(java.util.List<java.lang.String> resourceIds)
It will represent resource identifiers.
|
ResourceInfo.Builder |
setResourceType(java.lang.String resourceType)
It will represent resource type on which tag bulk operation to be performed.
|
public Builder()
ResourceInfo
.public ResourceInfo.Builder setResourceIds(java.util.List<java.lang.String> resourceIds)
resourceIds
- New value for the property.public ResourceInfo.Builder setResourceType(java.lang.String resourceType)
resourceType
- New value for the property.public ResourceInfo build()