Package com.pulumi.automation
Class HistoryOptions
- java.lang.Object
-
- com.pulumi.automation.HistoryOptions
-
public final class HistoryOptions extends java.lang.Object
Options controlling the behavior of aWorkspaceStack.getHistory()
operation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HistoryOptions.Builder
Builder forHistoryOptions
.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HistoryOptions.Builder
builder()
Returns a new builder forHistoryOptions
.java.lang.Integer
page()
Returns the page.java.lang.Integer
pageSize()
Returns the page size.boolean
showSecrets()
Show config secrets when they appear.
-
-
-
Method Detail
-
builder
public static HistoryOptions.Builder builder()
Returns a new builder forHistoryOptions
.- Returns:
- the builder
-
page
@Nullable public java.lang.Integer page()
Returns the page.- Returns:
- the page
-
pageSize
@Nullable public java.lang.Integer pageSize()
Returns the page size.- Returns:
- the page size
-
showSecrets
public boolean showSecrets()
Show config secrets when they appear.- Returns:
- whether to show secrets
-
-