public static interface DescribeAppResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeAppResponse.Builder,DescribeAppResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAppResponse.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the app.
|
DescribeAppResponse.Builder |
appName(String appName)
The name of the app.
|
DescribeAppResponse.Builder |
appType(AppType appType)
The type of app.
|
DescribeAppResponse.Builder |
appType(String appType)
The type of app.
|
DescribeAppResponse.Builder |
creationTime(Instant creationTime)
The creation time.
|
DescribeAppResponse.Builder |
domainId(String domainId)
The domain ID.
|
DescribeAppResponse.Builder |
failureReason(String failureReason)
The failure reason.
|
DescribeAppResponse.Builder |
lastHealthCheckTimestamp(Instant lastHealthCheckTimestamp)
The timestamp of the last health check.
|
DescribeAppResponse.Builder |
lastUserActivityTimestamp(Instant lastUserActivityTimestamp)
The timestamp of the last user's activity.
|
default DescribeAppResponse.Builder |
resourceSpec(Consumer<ResourceSpec.Builder> resourceSpec)
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
DescribeAppResponse.Builder |
resourceSpec(ResourceSpec resourceSpec)
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
DescribeAppResponse.Builder |
status(AppStatus status)
The status.
|
DescribeAppResponse.Builder |
status(String status)
The status.
|
DescribeAppResponse.Builder |
userProfileName(String userProfileName)
The user profile name.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAppResponse.Builder appArn(String appArn)
The Amazon Resource Name (ARN) of the app.
appArn - The Amazon Resource Name (ARN) of the app.DescribeAppResponse.Builder appType(String appType)
The type of app.
DescribeAppResponse.Builder appType(AppType appType)
The type of app.
DescribeAppResponse.Builder appName(String appName)
The name of the app.
appName - The name of the app.DescribeAppResponse.Builder domainId(String domainId)
The domain ID.
domainId - The domain ID.DescribeAppResponse.Builder userProfileName(String userProfileName)
The user profile name.
userProfileName - The user profile name.DescribeAppResponse.Builder status(String status)
The status.
DescribeAppResponse.Builder status(AppStatus status)
The status.
DescribeAppResponse.Builder lastHealthCheckTimestamp(Instant lastHealthCheckTimestamp)
The timestamp of the last health check.
lastHealthCheckTimestamp - The timestamp of the last health check.DescribeAppResponse.Builder lastUserActivityTimestamp(Instant lastUserActivityTimestamp)
The timestamp of the last user's activity.
lastUserActivityTimestamp - The timestamp of the last user's activity.DescribeAppResponse.Builder creationTime(Instant creationTime)
The creation time.
creationTime - The creation time.DescribeAppResponse.Builder failureReason(String failureReason)
The failure reason.
failureReason - The failure reason.DescribeAppResponse.Builder resourceSpec(ResourceSpec resourceSpec)
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
resourceSpec - The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.default DescribeAppResponse.Builder resourceSpec(Consumer<ResourceSpec.Builder> resourceSpec)
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
This is a convenience that creates an instance of theResourceSpec.Builder avoiding the need to
create one manually via ResourceSpec.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resourceSpec(ResourceSpec).resourceSpec - a consumer that will call methods on ResourceSpec.BuilderresourceSpec(ResourceSpec)Copyright © 2020. All rights reserved.