@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 AWS 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()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
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 AWS 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()
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.
You can use hasTags() to see if a value was sent in this field.
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 © 2021. All rights reserved.