Interface AssociateDefaultViewResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateDefaultViewResponse.Builder,AssociateDefaultViewResponse>,ResourceExplorer2Response.Builder,SdkBuilder<AssociateDefaultViewResponse.Builder,AssociateDefaultViewResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AssociateDefaultViewResponse
public static interface AssociateDefaultViewResponse.Builder extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<AssociateDefaultViewResponse.Builder,AssociateDefaultViewResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateDefaultViewResponse.BuilderviewArn(String 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.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
viewArn
AssociateDefaultViewResponse.Builder viewArn(String 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.
-
-