Package | Description |
---|---|
org.cloudfoundry.operations.stacks |
Modifier and Type | Method and Description |
---|---|
static Stack.Builder |
Stack.builder()
Creates a builder for
Stack . |
Stack.Builder |
Stack.Builder.description(String description)
Initializes the value for the
description attribute. |
Stack.Builder |
Stack.Builder.from(Stack instance)
Fill a builder with attribute values from the provided
Stack instance. |
Stack.Builder |
Stack.Builder.id(String id)
Initializes the value for the
id attribute. |
Stack.Builder |
Stack.Builder.name(String name)
Initializes the value for the
name attribute. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.