Interface GetAccountSettingResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetAccountSettingResponse.Builder,
,GetAccountSettingResponse> EcrResponse.Builder
,SdkBuilder<GetAccountSettingResponse.Builder,
,GetAccountSettingResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetAccountSettingResponse
@Mutable
@NotThreadSafe
public static interface GetAccountSettingResponse.Builder
extends EcrResponse.Builder, SdkPojo, CopyableBuilder<GetAccountSettingResponse.Builder,GetAccountSettingResponse>
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the name of the account setting.The setting value for the setting name.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
name
Retrieves the name of the account setting.
- Parameters:
name
- Retrieves the name of the account setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The setting value for the setting name. The following are valid values for the basic scan type being used:
AWS_NATIVE
orCLAIR
. The following are valid values for the registry policy scope being used:V1
orV2
.- Parameters:
value
- The setting value for the setting name. The following are valid values for the basic scan type being used:AWS_NATIVE
orCLAIR
. The following are valid values for the registry policy scope being used:V1
orV2
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-