PrepareEnvironmentRequest

public abstract class PrepareEnvironmentRequest


The request to the PrepareEnvironment API.

Summary

Nested types

public abstract class PrepareEnvironmentRequest.Builder

Builder for PrepareEnvironmentRequest.

Public methods

static PrepareEnvironmentRequest.Builder
static PrepareEnvironmentRequest
abstract ImmutableList<Role>

The roles for which the caller is requesting environment preparation.

abstract PrepareEnvironmentRequest.Builder

Public methods

builder

public static PrepareEnvironmentRequest.Builder builder()

getDefaultInstance

public static PrepareEnvironmentRequest getDefaultInstance()

getRoles

public abstract ImmutableList<RolegetRoles()

The roles for which the caller is requesting environment preparation. The caller must have permission to use these roles. At least one role must be specified.

toBuilder

public abstract PrepareEnvironmentRequest.Builder toBuilder()