Interface GetDefaultViewResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDefaultViewResponse.Builder,GetDefaultViewResponse>,ResourceExplorer2Response.Builder,SdkBuilder<GetDefaultViewResponse.Builder,GetDefaultViewResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDefaultViewResponse
public static interface GetDefaultViewResponse.Builder extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<GetDefaultViewResponse.Builder,GetDefaultViewResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDefaultViewResponse.BuilderviewArn(String viewArn)The Amazon resource name (ARN) of the view that is the current default for the Amazon Web Services Region 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
GetDefaultViewResponse.Builder viewArn(String viewArn)
The Amazon resource name (ARN) of the view that is the current default for the Amazon Web Services Region in which you called this operation.
- Parameters:
viewArn- The Amazon resource name (ARN) of the view that is the current default for the Amazon Web Services Region in which you called this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-