public static final class AssociationsTypes.ListResult.Builder
extends java.lang.Object
AssociationsTypes.ListResult
.Constructor and Description |
---|
Builder(java.util.List<AssociationsTypes.Summary> associations,
AssociationsTypes.LastIterationStatus status)
Constructor with parameters for the required properties of
AssociationsTypes.ListResult . |
Modifier and Type | Method and Description |
---|---|
AssociationsTypes.ListResult |
build() |
AssociationsTypes.ListResult.Builder |
setMarker(java.lang.String marker)
Marker is an opaque data structure that allows the caller to request the next
page of tag associations.
|
public Builder(java.util.List<AssociationsTypes.Summary> associations, AssociationsTypes.LastIterationStatus status)
AssociationsTypes.ListResult
.public AssociationsTypes.ListResult.Builder setMarker(java.lang.String marker)
null
or empty, there are no more tag associations to request.marker
- New value for the property.
When clients pass a value of this class as a parameter, the property must be an
identifier for the resource type: com.vmware.vcenter.tagging.associations.Marker
. When methods return a value of
this class as a return value, the property will be an identifier for the
resource type: com.vmware.vcenter.tagging.associations.Marker
.public AssociationsTypes.ListResult build()