@Generated(value="software.amazon.awssdk:codegen") public final class CreateDevEndpointResponse extends GlueResponse implements ToCopyableBuilder<CreateDevEndpointResponse.Builder,CreateDevEndpointResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
CreateDevEndpointResponse.Builder |
Modifier and Type | Method and Description |
---|---|
String |
availabilityZone()
The AWS availability zone where this DevEndpoint is located.
|
static CreateDevEndpointResponse.Builder |
builder() |
Instant |
createdTimestamp()
The point in time at which this DevEndpoint was created.
|
String |
endpointName()
The name assigned to the new DevEndpoint.
|
boolean |
equals(Object obj) |
String |
extraJarsS3Path()
Path to one or more Java Jars in an S3 bucket that will be loaded in your DevEndpoint.
|
String |
extraPythonLibsS3Path()
Path(s) to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.
|
String |
failureReason()
The reason for a current failure in this DevEndpoint.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkResponse . |
int |
hashCode() |
Integer |
numberOfNodes()
The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
|
String |
roleArn()
The AWS ARN of the role assigned to the new DevEndpoint.
|
List<SdkField<?>> |
sdkFields() |
String |
securityConfiguration()
The name of the SecurityConfiguration structure being used with this DevEndpoint.
|
List<String> |
securityGroupIds()
The security groups assigned to the new DevEndpoint.
|
static Class<? extends CreateDevEndpointResponse.Builder> |
serializableBuilderClass() |
String |
status()
The current status of the new DevEndpoint.
|
String |
subnetId()
The subnet ID assigned to the new DevEndpoint.
|
CreateDevEndpointResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
vpcId()
The ID of the VPC used by this DevEndpoint.
|
String |
yarnEndpointAddress()
The address of the YARN endpoint used by this DevEndpoint.
|
Integer |
zeppelinRemoteSparkInterpreterPort()
The Apache Zeppelin port for the remote Apache Spark interpreter.
|
responseMetadata
sdkHttpResponse
copy
public String endpointName()
The name assigned to the new DevEndpoint.
public String status()
The current status of the new DevEndpoint.
public List<String> securityGroupIds()
The security groups assigned to the new DevEndpoint.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String subnetId()
The subnet ID assigned to the new DevEndpoint.
public String roleArn()
The AWS ARN of the role assigned to the new DevEndpoint.
public String yarnEndpointAddress()
The address of the YARN endpoint used by this DevEndpoint.
public Integer zeppelinRemoteSparkInterpreterPort()
The Apache Zeppelin port for the remote Apache Spark interpreter.
public Integer numberOfNodes()
The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
public String availabilityZone()
The AWS availability zone where this DevEndpoint is located.
public String vpcId()
The ID of the VPC used by this DevEndpoint.
public String extraPythonLibsS3Path()
Path(s) to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.
public String extraJarsS3Path()
Path to one or more Java Jars in an S3 bucket that will be loaded in your DevEndpoint.
public String failureReason()
The reason for a current failure in this DevEndpoint.
public String securityConfiguration()
The name of the SecurityConfiguration structure being used with this DevEndpoint.
public Instant createdTimestamp()
The point in time at which this DevEndpoint was created.
public CreateDevEndpointResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateDevEndpointResponse.Builder,CreateDevEndpointResponse>
toBuilder
in class AwsResponse
public static CreateDevEndpointResponse.Builder builder()
public static Class<? extends CreateDevEndpointResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponse
SdkResponse
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkResponse
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.