Package | Description |
---|---|
org.cloudfoundry.operations.applications |
Modifier and Type | Method and Description |
---|---|
static CopySourceApplicationRequest.Builder |
CopySourceApplicationRequest.builder()
Creates a builder for
CopySourceApplicationRequest . |
CopySourceApplicationRequest.Builder |
CopySourceApplicationRequest.Builder.from(CopySourceApplicationRequest instance)
Fill a builder with attribute values from the provided
CopySourceApplicationRequest instance. |
CopySourceApplicationRequest.Builder |
CopySourceApplicationRequest.Builder.name(String name)
Initializes the value for the
name attribute. |
CopySourceApplicationRequest.Builder |
CopySourceApplicationRequest.Builder.restart(Boolean restart)
Initializes the value for the
restart attribute. |
CopySourceApplicationRequest.Builder |
CopySourceApplicationRequest.Builder.stagingTimeout(Duration stagingTimeout)
Initializes the value for the
stagingTimeout attribute. |
CopySourceApplicationRequest.Builder |
CopySourceApplicationRequest.Builder.startupTimeout(Duration startupTimeout)
Initializes the value for the
startupTimeout attribute. |
CopySourceApplicationRequest.Builder |
CopySourceApplicationRequest.Builder.targetName(String targetName)
Initializes the value for the
targetName attribute. |
CopySourceApplicationRequest.Builder |
CopySourceApplicationRequest.Builder.targetOrganization(String targetOrganization)
Initializes the value for the
targetOrganization attribute. |
CopySourceApplicationRequest.Builder |
CopySourceApplicationRequest.Builder.targetSpace(String targetSpace)
Initializes the value for the
targetSpace attribute. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.