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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateProtectionResponse.BuilderprotectionId(String protectionId)The unique identifier (ID) for the Protection object that is created.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.shield.model.ShieldResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
protectionId
CreateProtectionResponse.Builder protectionId(String 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.
-
-