Java com.amazonaws.services.elasticmapreduce.model DescribeStepRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticmapreduce.model DescribeStepRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticmapreduce.model DescribeStepRequest.

The text is from its open source code.

Constructor

Method

StringgetClusterId()

The identifier of the cluster with steps to describe.

StringgetStepId()

The identifier of the step to describe.

voidsetClusterId(String clusterId)

The identifier of the cluster with steps to describe.

voidsetStepId(String stepId)

The identifier of the step to describe.