@Generated(value="software.amazon.awssdk:codegen") public final class Project extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Project.Builder,Project>
Represents all of the attributes of a DataBrew project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Project.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The ID of the Amazon Web Services account that owns the project.
|
static Project.Builder |
builder() |
Instant |
createDate()
The date and time that the project was created.
|
String |
createdBy()
The Amazon Resource Name (ARN) of the user who crated the project.
|
String |
datasetName()
The dataset that the project is to act upon.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
String |
lastModifiedBy()
The Amazon Resource Name (ARN) of the user who last modified the project.
|
Instant |
lastModifiedDate()
The last modification date and time for the project.
|
String |
name()
The unique name of a project.
|
Instant |
openDate()
The date and time when the project was opened.
|
String |
openedBy()
The Amazon Resource Name (ARN) of the user that opened the project for use.
|
String |
recipeName()
The name of a recipe that will be developed during a project session.
|
String |
resourceArn()
The Amazon Resource Name (ARN) for the project.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the role that will be assumed for this project.
|
Sample |
sample()
The sample size and sampling type to apply to the data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Project.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
Metadata tags that have been applied to the project.
|
Project.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The ID of the Amazon Web Services account that owns the project.
public final Instant createDate()
The date and time that the project was created.
public final String createdBy()
The Amazon Resource Name (ARN) of the user who crated the project.
public final String datasetName()
The dataset that the project is to act upon.
public final Instant lastModifiedDate()
The last modification date and time for the project.
public final String lastModifiedBy()
The Amazon Resource Name (ARN) of the user who last modified the project.
public final String name()
The unique name of a project.
public final String recipeName()
The name of a recipe that will be developed during a project session.
public final String resourceArn()
The Amazon Resource Name (ARN) for the project.
public final Sample sample()
The sample size and sampling type to apply to the data. If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final Map<String,String> tags()
Metadata tags that have been applied to the project.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public final String roleArn()
The Amazon Resource Name (ARN) of the role that will be assumed for this project.
public final String openedBy()
The Amazon Resource Name (ARN) of the user that opened the project for use.
public final Instant openDate()
The date and time when the project was opened.
public Project.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Project.Builder,Project>public static Project.Builder builder()
public static Class<? extends Project.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.