Interface DescribeCodeBindingResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeCodeBindingResponse.Builder,DescribeCodeBindingResponse>,SchemasResponse.Builder,SdkBuilder<DescribeCodeBindingResponse.Builder,DescribeCodeBindingResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeCodeBindingResponse
public static interface DescribeCodeBindingResponse.Builder extends SchemasResponse.Builder, SdkPojo, CopyableBuilder<DescribeCodeBindingResponse.Builder,DescribeCodeBindingResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCodeBindingResponse.BuildercreationDate(Instant creationDate)The time and date that the code binding was created.DescribeCodeBindingResponse.BuilderlastModified(Instant lastModified)The date and time that code bindings were modified.DescribeCodeBindingResponse.BuilderschemaVersion(String schemaVersion)The version number of the schema.DescribeCodeBindingResponse.Builderstatus(String status)The current status of code binding generation.DescribeCodeBindingResponse.Builderstatus(CodeGenerationStatus status)The current status of code binding generation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.schemas.model.SchemasResponse.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 Detail
-
creationDate
DescribeCodeBindingResponse.Builder creationDate(Instant creationDate)
The time and date that the code binding was created.
- Parameters:
creationDate- The time and date that the code binding was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModified
DescribeCodeBindingResponse.Builder lastModified(Instant lastModified)
The date and time that code bindings were modified.
- Parameters:
lastModified- The date and time that code bindings were modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaVersion
DescribeCodeBindingResponse.Builder schemaVersion(String schemaVersion)
The version number of the schema.
- Parameters:
schemaVersion- The version number of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DescribeCodeBindingResponse.Builder status(String status)
The current status of code binding generation.
- Parameters:
status- The current status of code binding generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CodeGenerationStatus,CodeGenerationStatus
-
status
DescribeCodeBindingResponse.Builder status(CodeGenerationStatus status)
The current status of code binding generation.
- Parameters:
status- The current status of code binding generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CodeGenerationStatus,CodeGenerationStatus
-
-