@Stability(value=Stable)
public static interface CfnImageBuilder.AccessEndpointProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appstream.*;
AccessEndpointProperty accessEndpointProperty = AccessEndpointProperty.builder()
.endpointType("endpointType")
.vpceId("vpceId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnImageBuilder.AccessEndpointProperty.Builder
A builder for
CfnImageBuilder.AccessEndpointProperty |
static class |
CfnImageBuilder.AccessEndpointProperty.Jsii$Proxy
An implementation for
CfnImageBuilder.AccessEndpointProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnImageBuilder.AccessEndpointProperty.Builder |
builder() |
String |
getEndpointType()
The type of interface endpoint.
|
String |
getVpceId()
The identifier (ID) of the VPC in which the interface endpoint is used.
|
@Stability(value=Stable) @NotNull String getEndpointType()
@Stability(value=Stable) @NotNull String getVpceId()
@Stability(value=Stable) static CfnImageBuilder.AccessEndpointProperty.Builder builder()
Copyright © 2022. All rights reserved.