Interface CreateSecurityConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateSecurityConfigurationResponse.Builder,
,CreateSecurityConfigurationResponse> GlueResponse.Builder
,SdkBuilder<CreateSecurityConfigurationResponse.Builder,
,CreateSecurityConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateSecurityConfigurationResponse
public static interface CreateSecurityConfigurationResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<CreateSecurityConfigurationResponse.Builder,CreateSecurityConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp
(Instant createdTimestamp) The time at which the new security configuration was created.The name assigned to the new security configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.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
The name assigned to the new security configuration.
- Parameters:
name
- The name assigned to the new security configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
The time at which the new security configuration was created.
- Parameters:
createdTimestamp
- The time at which the new security configuration was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-