Interface GetResourceDashboardResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetResourceDashboardResponse.Builder,,GetResourceDashboardResponse> EmrServerlessResponse.Builder,SdkBuilder<GetResourceDashboardResponse.Builder,,GetResourceDashboardResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetResourceDashboardResponse
@Mutable
@NotThreadSafe
public static interface GetResourceDashboardResponse.Builder
extends EmrServerlessResponse.Builder, SdkPojo, CopyableBuilder<GetResourceDashboardResponse.Builder,GetResourceDashboardResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA URL to the resource dashboard.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.emrserverless.model.EmrServerlessResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
url
A URL to the resource dashboard. For an active resource, this URL opens the live application UI. For a terminated resource, this URL opens the persistent application UI. This value is not included in the response if the URL is not available.
- Parameters:
url- A URL to the resource dashboard. For an active resource, this URL opens the live application UI. For a terminated resource, this URL opens the persistent application UI. This value is not included in the response if the URL is not available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-