Class DeprecateOptions.Builder
java.lang.Object
org.jclouds.googlecomputeengine.options.DeprecateOptions.Builder
- Enclosing class:
DeprecateOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Optional RFC3339 timestamp for when the deprecation state was changed to DELETED.deprecated
(Date deprecated) Optional RFC3339 timestamp for when the deprecation state was changed to DEPRECATED.Optional RFC3339 timestamp for when the deprecation state was changed to OBSOLETE.replacement
(URI replacement) Optional URL for replacement of deprecated resource.state
(Deprecated.State state) The new deprecation state.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
state
The new deprecation state.- Returns:
- the new deprecation state.
-
replacement
Optional URL for replacement of deprecated resource.- Returns:
- the URL
-
deprecated
Optional RFC3339 timestamp for when the deprecation state was changed to DEPRECATED.- Returns:
- the timestamp
-
obsolete
Optional RFC3339 timestamp for when the deprecation state was changed to OBSOLETE.- Returns:
- the timestamp
-
deleted
Optional RFC3339 timestamp for when the deprecation state was changed to DELETED.- Returns:
- the timestamp
-
build
-