Interface CreateProtectionResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateProtectionResponse.Builder,,CreateProtectionResponse> SdkBuilder<CreateProtectionResponse.Builder,,CreateProtectionResponse> SdkPojo,SdkResponse.Builder,ShieldResponse.Builder
- Enclosing class:
 CreateProtectionResponse
public static interface CreateProtectionResponse.Builder
extends ShieldResponse.Builder, SdkPojo, CopyableBuilder<CreateProtectionResponse.Builder,CreateProtectionResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionprotectionId(String protectionId) The unique identifier (ID) for the Protection object that is created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.shield.model.ShieldResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
protectionId
The unique identifier (ID) for the Protection object that is created.
- Parameters:
 protectionId- The unique identifier (ID) for the Protection object that is created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -