Interface GetAccountSettingResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetAccountSettingResponse.Builder,
,GetAccountSettingResponse> EcrResponse.Builder
,SdkBuilder<GetAccountSettingResponse.Builder,
,GetAccountSettingResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetAccountSettingResponse
public static interface GetAccountSettingResponse.Builder
extends EcrResponse.Builder, SdkPojo, CopyableBuilder<GetAccountSettingResponse.Builder,GetAccountSettingResponse>
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the basic scan type version name.Retrieves the value that specifies what basic scan type is being used:AWS_NATIVE
orCLAIR
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ecr.model.EcrResponse.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 Details
-
name
Retrieves the basic scan type version name.
- Parameters:
name
- Retrieves the basic scan type version name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
Retrieves the value that specifies what basic scan type is being used:
AWS_NATIVE
orCLAIR
.- Parameters:
value
- Retrieves the value that specifies what basic scan type is being used:AWS_NATIVE
orCLAIR
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-