Interface AssociateDefaultViewResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<AssociateDefaultViewResponse.Builder,
,AssociateDefaultViewResponse> ResourceExplorer2Response.Builder
,SdkBuilder<AssociateDefaultViewResponse.Builder,
,AssociateDefaultViewResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
AssociateDefaultViewResponse
@Mutable
@NotThreadSafe
public static interface AssociateDefaultViewResponse.Builder
extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<AssociateDefaultViewResponse.Builder,AssociateDefaultViewResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon resource name (ARN) of the view that the operation set as the default for queries made in the Amazon Web Services Region and Amazon Web Services account in which you called this operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.resourceexplorer2.model.ResourceExplorer2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
viewArn
The Amazon resource name (ARN) of the view that the operation set as the default for queries made in the Amazon Web Services Region and Amazon Web Services account in which you called this operation.
- Parameters:
viewArn
- The Amazon resource name (ARN) of the view that the operation set as the default for queries made in the Amazon Web Services Region and Amazon Web Services account in which you called this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-