> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Java: IStackSynthesizer

> CDKTN Core API Reference for IStackSynthesizer in Java.

* *Implemented By:* <a href="#cdktn.IStackSynthesizer">IStackSynthesizer</a>

Encodes information how a certain Stack should be deployed inspired by AWS CDK v2 implementation (synth functionality was removed in constructs v10).

## Methods <a name="Methods" id="Methods" />

| **Name**                                                                  | **Description**                                 |
| ------------------------------------------------------------------------- | ----------------------------------------------- |
| <code><a href="#cdktn.IStackSynthesizer.synthesize">synthesize</a></code> | Synthesize the associated stack to the session. |

***

### `synthesize` <a name="synthesize" id="cdktn.IStackSynthesizer.synthesize" />

```java theme={null}
public void synthesize(ISynthesisSession session)
```

Synthesize the associated stack to the session.

#### `session`<sup>Required</sup> <a name="session" id="cdktn.IStackSynthesizer.synthesize.parameter.session" />

* *Type:* <a href="#cdktn.ISynthesisSession">ISynthesisSession</a>

***
