Interface ImportLensResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ImportLensResponse.Builder,ImportLensResponse>,SdkBuilder<ImportLensResponse.Builder,ImportLensResponse>,SdkPojo,SdkResponse.Builder,WellArchitectedResponse.Builder
- Enclosing class:
- ImportLensResponse
public static interface ImportLensResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<ImportLensResponse.Builder,ImportLensResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportLensResponse.BuilderlensArn(String lensArn)The ARN for the lens that was created or updated.ImportLensResponse.Builderstatus(String status)The status of the imported lens.ImportLensResponse.Builderstatus(ImportLensStatus status)The status of the imported lens.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
Methods inherited from interface software.amazon.awssdk.services.wellarchitected.model.WellArchitectedResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
lensArn
ImportLensResponse.Builder lensArn(String lensArn)
The ARN for the lens that was created or updated.
- Parameters:
lensArn- The ARN for the lens that was created or updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ImportLensResponse.Builder status(String status)
The status of the imported lens.
- Parameters:
status- The status of the imported lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImportLensStatus,ImportLensStatus
-
status
ImportLensResponse.Builder status(ImportLensStatus status)
The status of the imported lens.
- Parameters:
status- The status of the imported lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImportLensStatus,ImportLensStatus
-
-