static ImmutableCloudBuild.Builder |
ImmutableCloudBuild.builder() |
|
ImmutableCloudBuild.Builder |
ImmutableCloudBuild.Builder.createdBy(CloudBuild.CreatedBy createdBy) |
Initializes the value for the createdBy attribute.
|
ImmutableCloudBuild.Builder |
ImmutableCloudBuild.Builder.dropletInfo(DropletInfo dropletInfo) |
|
ImmutableCloudBuild.Builder |
ImmutableCloudBuild.Builder.error(String error) |
Initializes the value for the error attribute.
|
ImmutableCloudBuild.Builder |
ImmutableCloudBuild.Builder.from(CloudBuild instance) |
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudBuild instance.
|
ImmutableCloudBuild.Builder |
ImmutableCloudBuild.Builder.from(CloudEntity instance) |
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
|
ImmutableCloudBuild.Builder |
ImmutableCloudBuild.Builder.metadata(CloudMetadata metadata) |
Initializes the value for the metadata attribute.
|
ImmutableCloudBuild.Builder |
ImmutableCloudBuild.Builder.name(String name) |
Initializes the value for the name attribute.
|
ImmutableCloudBuild.Builder |
ImmutableCloudBuild.Builder.packageInfo(CloudBuild.PackageInfo packageInfo) |
|
ImmutableCloudBuild.Builder |
ImmutableCloudBuild.Builder.state(CloudBuild.State state) |
Initializes the value for the state attribute.
|
ImmutableCloudBuild.Builder |
ImmutableCloudBuild.Builder.v3Metadata(org.cloudfoundry.client.v3.Metadata v3Metadata) |
Initializes the value for the v3Metadata attribute.
|